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_name__", "short_name": "__MSG_name__", "description": "__MSG_desc__", "default_locale": "en", "version": "1.0.8", "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/jquery-3.1.1.js", "js\/contentscript.js" ], "all_frames": true, "run_at": "document_idle" } ], "permissions": [ "webRequest", "downloads", "storage" ], "host_permissions": [ "<all_urls>" ], "action": { "default_title": "Video Donwloader", "default_icon": "images\/logo-no-active.png", "default_popup": "html\/popup.html" }, "icons": { "128": "images\/logo-active.png" }, "web_accessible_resources": [ { "resources": [ "images\/*" ], "matches": [ "<all_urls>" ] } ], "manifest_version": 3 }