Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "2.0.3", "default_locale": "en", "icons": { "128": "img\/icon_128.png" }, "action": { "default_icon": { "16": "img\/icon_16.png" }, "default_popup": "popup.html", "default_title": "__MSG_extName__" }, "background": { "service_worker": "\/js\/background.js" }, "permissions": [ "storage", "tabs", "downloads", "cookies", "webRequest", "declarativeNetRequestWithHostAccess", "activeTab", "offscreen", "scripting" ], "optional_permissions": [ "tabCapture" ], "optional_host_permissions": [ "<all_urls>" ], "host_permissions": [ "*:\/\/*.instagram.com\/*", "*:\/\/*.cdninstagram.com\/*", "*:\/\/*.fbcdn.net\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.instagram.com\/*" ], "js": [ "js\/content.js" ], "css": [ "\/css\/modal.css", "\/css\/content.css" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "css\/*", "img\/*" ], "matches": [ "https:\/\/*.instagram.com\/*" ] }, { "resources": [ "img\/*" ], "matches": [ "<all_urls>" ] } ] }