Inspect and view changes in Sponsored Search by FreeTestNow source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Sponsored Search By FreeTestNow",
"version": "2024.8.16",
"description": "Get better search results instantly from your home and new tab page!",
"manifest_version": 2,
"background": {
"scripts": [
"core/index.js",
"core/search.js"
]
},
"permissions": [
"storage",
"tabs",
"webRequest",
"webRequestBlocking"
],
"chrome_settings_overrides": {
"search_provider": {
"is_default": true,
"name": "Sponsored Search By FreeTestNow (Powered By Yahoo)",
"search_url": "https://search.yahoo.com/yhs/search?hspart=pty&hsimp=yhs-ext-ff_freetestnow¶m1=17000101¶m2=00000000-0000-0000-0000-000000000000¶m3=speedtest_~US~appfocus1~¶m4=~firefox~~&type=yhs-ext-ff_freetestnow_appfocus1_ff&grd=1&p={searchTerms}",
"favicon_url": "https://search.yahoo.com/favicon.ico",
"suggest_url": "https://ff.search.yahoo.com/gossip?output=fxjson&command={searchTerms}"
},
"homepage": "newtab/index.html"
},
"chrome_url_overrides": {
"newtab": "newtab/index.html"
},
"icons": {
"128": "icon.png"
},
"applications": {
"gecko": {
"id": "ep@FreeTestNow",
"strict_min_version": "58.0"
}
}
}