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", "name": "__MSG_appName__", "version": "5.0.45", "manifest_version": 3, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "homepage_url": "https:\/\/app.dropified.com", "background": { "service_worker": "bg-sw.js" }, "action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "__MSG_appName__", "default_popup": "popup.html" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "*:\/\/*.dropified.com\/*", "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.us\/*", "*:\/\/*.aliexpress.ru\/*", "*:\/\/*.alibaba.com\/*", "*:\/\/*.alipay.com\/*", "*:\/\/*.ebay.com\/*", "*:\/\/*.ebay.co.uk\/*" ], "js": [ "scripts\/contentscript.js" ], "css": [ "styles\/contentscript.css" ], "run_at": "document_end", "all_frames": false } ], "externally_connectable": { "ids": [ "*" ], "matches": [ "*:\/\/*.dropified.com\/*", "*:\/\/*.aliexpress.com\/*" ] }, "web_accessible_resources": [ { "resources": [ "styles\/ebay_quick_save_button.css", "audit.html" ], "matches": [ "<all_urls>" ] }, { "resources": [ "styles\/spinner.css", "styles\/epacket.css", "styles\/hint.min.css", "styles\/loader.gif", "images\/*" ], "matches": [ "<all_urls>" ], "use_dynamic_url": true }, { "resources": [ "scripts\/inject_script.js", "scripts\/inject_sh_cart.js" ], "matches": [ "<all_urls>" ] } ], "host_permissions": [ "*:\/\/*.dropified.com\/*", "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.us\/*", "*:\/\/*.aliexpress.ru\/*", "*:\/\/*.facebook.com\/marketplace\/*", "*:\/\/*.alibaba.com\/*", "*:\/\/*.alipay.com\/*", "*:\/\/*.ebay.com\/*", "*:\/\/*.ebay.co.uk\/*" ], "optional_host_permissions": [ "https:\/\/*.myshopify.com\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "scripts\/rules_1.json" } ] }, "permissions": [ "activeTab", "tabs", "storage", "contextMenus", "webRequest", "scripting", "alarms", "declarativeNetRequest", "cookies" ] }