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": "Video Downloader", "description": "Popular Video & Image Downloader for Instagram and Facebook.", "version": "1.0.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.facebook.com\/*" ], "js": [ "vendor.js", "runtime.js", "scripts\/fab.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/*.instagram.com\/*" ], "js": [ "vendor.js", "runtime.js", "scripts\/inm.js" ], "run_at": "document_end" } ], "permissions": [ "storage", "activeTab" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/assets\/icons\/16.png", "32": "\/assets\/icons\/32.png", "48": "\/assets\/icons\/48.png", "128": "\/assets\/icons\/128.png" } }, "icons": { "16": "\/assets\/icons\/16.png", "32": "\/assets\/icons\/32.png", "48": "\/assets\/icons\/48.png", "128": "\/assets\/icons\/128.png" }, "options_page": "options.html", "homepage_url": "https:\/\/www.sharekaro.app?uso=extentions" }