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_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "3.7.7", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "64": "icons\/64.png", "128": "icons\/128.png" }, "web_accessible_resources": [ { "resources": [ "icons\/*", "js\/*", "js\/storyIn.js" ], "matches": [ "<all_urls>" ] } ], "host_permissions": [ "<all_urls>" ], "permissions": [ "storage", "cookies", "webRequest", "downloads", "tabs", "system.display", "declarativeNetRequest" ], "background": { "service_worker": "js\/serviceWorker.js" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "<all_urls>" ], "js": [ "js\/main.js", "js\/content.js", "js\/mobileTransform.js" ], "css": [ "css\/main.css" ], "all_frames": true }, { "matches": [ "*:\/\/*.instagram.com\/*" ], "js": [ "js\/inject.js" ], "run_at": "document_start", "world": "MAIN" } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "action": { "default_popup": "popup\/popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": false } }