Online Search
Online Search replaces your new tab with trending searches & sponsored web search.
Vad är Online Search?
Online Search är en Chrome-tillägg utvecklad av Online Search Tool, och dess huvudfunktion är "Online Search replaces your new tab with trending searches & sponsored web search.".
Tilläggsskärmbilder
Ladda ner Online Search-förlängningens CRX-fil
Ladda ner Online Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
With Online Search extension you get a New Tab search experience including -New tab search form functionality. -Popular Daily Trending Searches -Convenient sponsored web search on your new tab. Permissions we request: New Tab: This permission allows the extension to replace the page you see when opening a new tab Privacy Policy: https://onlinesearchtool.org/pages2/privacy.html Uninstall Instructions: https://onlinesearchtool.org/pages2/uninstall.html
Grundläggande Information om Tillägg
Namn | Online Search |
ID | nhokeekobeiamfefjfdpjimojmdceghn |
Officiell webbadress | https://chromewebstore.google.com/detail/online-search/nhokeekobeiamfefjfdpjimojmdceghn |
Beskrivning | Online Search replaces your new tab with trending searches & sponsored web search. |
Filstorlek | 789 KB |
Antal Installationer | 34,096 |
Aktuell Version | 1.0.1.1 |
Senast Uppdaterad | 2023-01-22 |
Publiceringsdatum | 2022-04-09 |
Utvecklare | Online Search Tool |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://onlinesearchtool.org/pages/privacy.html |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1.1", "manifest_version": 3, "short_name": "Online Search", "description": "Online Search replaces your new tab with trending searches & sponsored web search.", "name": "Online Search", "background": { "service_worker": "service_worker.js" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "web_accessible_resources": [ { "matches": [ "*:\/\/*.onlinesearchtool.org\/*" ], "resources": [ "*.json", "favicon.ico" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |