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_name__", "description": "__MSG_description__", "version": "1.3.5", "default_locale": "en", "icons": { "128": "img\/icon_128.png" }, "action": { "default_icon": { "16": "img\/icon_16.png" }, "default_title": "__MSG_name__" }, "background": { "service_worker": "\/js\/bg.js" }, "host_permissions": [ "*:\/\/*.instagram.com\/*" ], "permissions": [ "storage", "tabs", "cookies", "webRequest", "downloads" ], "content_scripts": [ { "matches": [ "*:\/\/*.instagram.com\/*" ], "js": [ "js\/app.js" ], "css": [ "css\/fonts.css", "css\/styles.css" ], "run_at": "document_idle", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "css\/*", "img\/*", "fonts\/*" ], "matches": [ "*:\/\/*.instagram.com\/*" ] } ] }