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": "4.7.6", "icons": { "32": "assets\/32.png", "64": "assets\/64.png", "128": "assets\/128.png" }, "web_accessible_resources": [ { "resources": [ "assets\/*", "js\/navigator.js", "js\/inject.js", "js\/instaStory.js" ], "matches": [ "<all_urls>" ] } ], "host_permissions": [ "<all_urls>" ], "permissions": [ "storage", "cookies", "downloads", "tabs", "webRequest", "system.display", "declarativeNetRequest" ], "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "<all_urls>" ], "js": [ "js\/extension.js", "js\/transform.js", "js\/content.js", "js\/navigator.js" ], "css": [ "css\/extension.css" ], "all_frames": true }, { "matches": [ "*:\/\/*.instagram.com\/*" ], "js": [ "js\/injectHelper.js" ], "run_at": "document_start", "world": "MAIN" } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "action": { "default_icon": "assets\/64.png", "default_popup": "html\/popup.html" } }