Online Search

Online Search replaces your new tab with trending searches & sponsored web search.

What is Online Search?

Online Search is a Chrome extension developed by Online Search Tool, and its main feature is "Online Search replaces your new tab with trending searches & sponsored web search.".

Extension Screenshots

screenshot

Download Online Search Extension CRX File

Download Online Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Online Search Online Search
ID nhokeekobeiamfefjfdpjimojmdceghn
Official URL https://chromewebstore.google.com/detail/online-search/nhokeekobeiamfefjfdpjimojmdceghn
Description Online Search replaces your new tab with trending searches & sponsored web search.
File Size 789 KB
Installation Count 34,096
Current Version 1.0.1.1
Last Updated 2023-01-22
Publish Date 2022-04-09
Developer Online Search Tool
Email [email protected]
Payment Type free
Privacy Policy Page URL https://onlinesearchtool.org/pages/privacy.html
Supported Languages 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'"
    }
}