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": "Video Search Pro", "version": "1.3.2", "description": "Fast video search on any page, just enter and go.", "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/videosearcherpro.com\/*" ], "icons": { "16": "icons\/transparent\/video_search_pro_16.png", "32": "icons\/transparent\/video_search_pro_32.png", "48": "icons\/transparent\/video_search_pro_48.png", "128": "icons\/transparent\/video_search_pro_128.png" }, "action": { "default_title": "Video Search Pro", "default_icon": { "16": "icons\/transparent\/video_search_pro_16.png", "32": "icons\/transparent\/video_search_pro_32.png" }, "default_popup": "popup.html" }, "chrome_settings_overrides": { "search_provider": { "name": "Video Search Pro", "keyword": "of", "search_url": "https:\/\/videosearcherpro.com\/search.php?q={searchTerms}", "favicon_url": "https:\/\/videosearcherpro.com\/favicon-16x16.png", "encoding": "UTF-8", "is_default": true } } }