Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extensionName__",
"version": "1.0.2",
"description": "__MSG_extensionDescription__",
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "src\/pages\/background\/index.js",
"type": "module"
},
"action": {
"default_popup": "src\/pages\/popup\/index.html",
"default_icon": "icon-34.png"
},
"icons": {
"128": "icon-128.png"
},
"permissions": [
"storage",
"identity"
],
"oauth2": {
"client_id": "124861996162-i547te8u15euvdf624pt550jlj6sqsre.apps.googleusercontent.com",
"scopes": [
"openid",
"email",
"profile"
]
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAy0sg2Km2olA4i3yP38aynFWiEqyfFBzOA1jsthoHJoRTHKiyklIFaBoRqU59RHconVHdagFVAVTy0lIIPLsqiKpJTA3Qcmo993Xkf5dZ+FFUL7ktNAwWCLlWokWHxd2rmvcLFrKiU6nXN7OlYiMbsO2oaW\/9hAEOflkyszdvvZI4CPbh3v\/sjInqLo46HNDcK9hP9K\/GyBXTNitFRNGc7Lu2\/cWEt7DernAqaNBbMjuTIxWd8uoovbJGktKpK\/aIkBweRAjakY3pg14tBdzpNH7QhJdHZ3VB9o5M7pIx1AftkyE\/Jkw1OC998TlpEA5hfSTDVcsARBYZHwBYHvkCtwIDAQAB",
"content_scripts": [
{
"matches": [
"*:\/\/www.instagram.com\/*",
"*:\/\/instagram.com\/*"
],
"js": [
"src\/pages\/content\/index.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"injected.js",
"icons\/*",
"icon-128.png",
"src\/pages\/bulk\/*"
],
"matches": [
"*:\/\/www.instagram.com\/*",
"*:\/\/instagram.com\/*"
]
}
],
"default_locale": "en"
}