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": "2.0.3", "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": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA37SLCRoKSAz6Js215u\/v4eDOMSkyWnY7ENZu9btOV4h7Km\/SdRWfOTDrFHhejDN1zZpckyPhEV5v3F\/Kg\/j3VpEvyEVxpdJmSwUApPoEPFlyH8VP0q7TnEHzouIksXdKuRw6sR76UbSxjzRC7vLr8qqeLe17g1LgigeQW1eMHFrmFgrsxm1lSqkfHtXEX6vPlMfaTxZ4ExHu50YzzWNzRVkOFixYCmOpCuhLVJoalJgvi\/byl1MD4ZTLM9mn8TpZw8\/i9lsN00IVtQ\/J1CWsLZDEa2i\/9uOIN1+WxeoucTxlJifqxa4rD+jYuNPHwgkhXAkL7dGC1x2Aqr\/Ez2iL6wIDAQAB", "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" }