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": "A versatile video downloader for Instagram, Facebook, Twitter, and TikTok", "version": "1.2.0", "manifest_version": 3, "icons": { "16": "videoDownloader16x16.png", "48": "videoDownloader48x48.png", "128": "videoDownloader128x128.png" }, "action": { "default_popup": "popup.html", "default_title": "Video Downloader", "default_icon": "videoDownloader16x16.png" }, "options_page": "options.html", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*", "https:\/\/www.facebook.com\/*", "https:\/\/twitter.com\/*", "https:\/\/x.com\/*", "https:\/\/www.tiktok.com\/*" ], "js": [ "contentScript.js" ] } ] }