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": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "2.7.4", "browser_action": { "default_icon": "images\/ba_icon.png", "default_title": "Desktopify" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.instagram.com\/*" ], "js": [ "content-script\/spn.js" ], "run_at": "document_start", "all_frames": true }, { "matches": [ "https:\/\/*.instagram.com\/*" ], "js": [ "lib\/jquery.min.js", "content-script\/file-saver.js", "content-script\/instad.js", "content-script\/index.js" ], "css": [ "content-script\/content.css" ], "all_frames": true }, { "matches": [ "*:\/\/*.desktop-for-ig.devanco.com\/*" ], "js": [ "lib\/jquery.min.js", "content-script\/settings.js" ], "css": [ "content-script\/content.css" ], "all_frames": true } ], "icons": { "128": "images\/icon.png" }, "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/*.instagram.com\/*", "http:\/\/desktop-for-ig.devanco.com\/*", "https:\/\/desktop-for-ig.devanco.com\/*" ] }