omidnikrah / anonymous-instagram-story-seen

Seen Instagram stories anonymously
27 stars 5 forks source link

v2 manifest is deprecated in Chrome, so the extension stopped working #11

Open mrdc opened 7 months ago

mrdc commented 7 months ago

Hi,

v2 manifest for extensions is deprecated by Google, so your extension has stopped blocking request to the graphql endpoint.

Alessandro891 commented 6 months ago

gives me the problem:

Service worker registration failed. Status code: 15
"background": {
    "service_worker": "./background.js"
  }
}

and

Uncaught SyntaxError: missing ) after argument list
[ 'blocking' ]
    function (details) {
        const {requestBody : { formData }  } = details
        const statusBlocking = formData.fb_api_req_friendly_name == 'PolarisAPIReelSeenMutation' ? true : false ;

        return { cancel: (isActive && statusBlocking) }