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": 3, "name": "AliVideo - Aliexpress Video Finder & Downloader", "version": "1.0", "description": "Identify and download Aliepxress vidoes from search results.", "permissions": [ "storage", "tabs", "scripting", "activeTab" ], "host_permissions": [ "https:\/\/en.wikipedia.org\/*", "https:\/\/www.aliexpress.com\/*", "https:\/\/www.youtube.com\/*", "https:\/\/www.facebook.com\/*", "https:\/\/web.facebook.com\/*", "https:\/\/www.vimeo.com\/*", "https:\/\/vimeo.com\/*", "https:\/\/www.pinterest.com\/*" ], "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-128.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "src\/pages\/content\/index.js" ], "css": [ "assets\/css\/contentStyle17152680023.chunk.css" ] }, { "matches": [ "https:\/\/monatube.com\/*" ], "js": [ "scripts\/monatube_down.js" ], "css": [] }, { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "scripts\/youtube_downloader.js" ], "css": [] }, { "matches": [ "https:\/\/vimeo.com\/*" ], "js": [ "scripts\/vimeo_downloader.js" ], "css": [] }, { "matches": [ "https:\/\/www.pinterest.com\/search\/*" ], "js": [ "scripts\/pinterest_downloader.js" ], "css": [] }, { "matches": [ "https:\/\/web.facebook.com\/watch\/*" ], "js": [ "scripts\/fb_downloader.js" ], "css": [] }, { "matches": [ "https:\/\/www.facebook.com\/watch\/*" ], "js": [ "scripts\/fb_downloader.js" ], "css": [] } ], "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "assets\/css\/*.css", "assets\/png\/*.png", "assets\/svg\/*.svg", "icon-128.png", "icon-34.png" ], "matches": [ "<all_urls>" ] } ] }