Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "chrome_settings_overrides": { "search_provider": { "name": "Yahoo Partner", "keyword": "Yahoo", "search_url": "https:\/\/search.yahoo.com\/search?p={searchTerms}&manifest=1", "favicon_url": "https:\/\/www.yahoo.com\/favicon.ico", "suggest_url": "https:\/\/search.yahoo.com\/sugg\/ie?output=fxjson&command={searchTerms}&nResults=10", "encoding": "UTF-8", "is_default": true } }, "manifest_version": 3, "name": "Yahoo Search", "description": "See search differently. Set your search engine to Yahoo!", "version": "3.0.5", "permissions": [ "declarativeNetRequestWithHostAccess", "tabs", "storage", "alarms" ], "host_permissions": [ "*:\/\/*.yahoo.com\/" ], "icons": { "128": "icons\/Y_NT128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.yahoo.com\/*" ], "js": [ "notifyPresence.js" ], "all_frames": true }, { "matches": [ "*:\/\/*.mail.yahoo.com\/*" ], "js": [ "detectWiderMail.js" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.mail.yahoo.com\/*" ], "ids": [ "*" ] } }