Cleanbrowser

Get quick access to search every time you open your browser.

What is Cleanbrowser?

Cleanbrowser is a Chrome extension developed by https://cleanbrowser.network, and its main feature is "Get quick access to search every time you open your browser.".

Extension Screenshots

screenshot
screenshot

Download Cleanbrowser Extension CRX File

Download Cleanbrowser 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

                        This extension sets Cleanbrowser as your default search engine in Chrome, allowing you to search quickly from your browser. Search directly from the address bar, wherever you go on the web.

Privacy Policy – https://cleanbrowser.network/privacy

Terms of Use – https://cleanbrowser.network/terms                    

Extension Basic Information

Name Cleanbrowser Cleanbrowser
ID cdceffomlakcmodkiilmcbpkcpmbgoem
Official URL https://chromewebstore.google.com/detail/cleanbrowser/cdceffomlakcmodkiilmcbpkcpmbgoem
Description Get quick access to search every time you open your browser.
File Size 17.08 KB
Installation Count 95,853
Current Version 1.0.3
Last Updated 2019-02-14
Publish Date 2019-02-13
Rating 4.75/5 Total 4 Ratings
Developer https://cleanbrowser.network
Email [email protected]
Payment Type free
Extension Website https://cleanbrowser.network
Privacy Policy Page URL http://chromecleanerpro.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon_default.png"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Cleanbrowser",
            "keyword": "Cleanbrowser",
            "is_default": true,
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/cleanbrowser.network\/favicon.ico",
            "search_url": "https:\/\/cleanbrowser.network\/?type=web&q={searchTerms}&f=ds",
            "suggest_url": "https:\/\/cleanbrowser.network\/suggestions.php?q={searchTerms}"
        }
    },
    "homepage_url": "https:\/\/cleanbrowser.network\/",
    "description": "Get\u00a0quick access\u00a0to\u00a0search every time you open your browser.",
    "icons": {
        "128": "icon-128px.png",
        "16": "icon-16px.png",
        "32": "icon-32px.png",
        "48": "icon-96px.png"
    },
    "web_accessible_resources": [
        "icon-16px.png"
    ],
    "permissions": [
        "storage",
        "*:\/\/*.cleanbrowser.network\/*"
    ],
    "manifest_version": 2,
    "name": "Cleanbrowser",
    "version": "1.0.3"
}