Simplifiedsearches

Simplify your search results. Get simple clean results at one click.

What is Simplifiedsearches?

Simplifiedsearches is a Chrome extension developed by simplifiedsearches19, and its main feature is "Simplify your search results. Get simple clean results at one click.".

Extension Screenshots

screenshot

Download Simplifiedsearches Extension CRX File

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

                        It is faster to use and you get all the top results. Its nice and simple.

By clicking "Add to chrome", you accept and agree to installing the SimplifiedSearches, Simplify your search results! Chrome extension and to setting Chrome: New Tab to that provided by the service and the Terms of Use and Privacy Policy.

http://simplifiedsearches.com
http://simplifiedsearches.com/term_condition.php
http://simplifiedsearches.com/privacy_policy.php                    

Extension Basic Information

Name Simplifiedsearches Simplifiedsearches
ID ojpnnijfpannokcmmimckbkpdjifidmh
Official URL https://chromewebstore.google.com/detail/simplifiedsearches/ojpnnijfpannokcmmimckbkpdjifidmh
Description Simplify your search results. Get simple clean results at one click.
File Size 124 KB
Installation Count 37
Current Version 1.2.1
Last Updated 2019-05-09
Publish Date 2019-05-09
Rating 5.00/5 Total 7 Ratings
Developer simplifiedsearches19
Payment Type free
Extension Website http://simplifiedsearches.com/
Help Page URL http://simplifiedsearches.com/contact_us.php
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simplifiedsearches",
    "version": "1.2.1",
    "description": "Simplify your search results. Get simple clean results at one click.",
    "icons": {
        "128": "search.png"
    },
    "browser_action": {
        "default_title": "SIMPLIFIEDSEARCHES - Simplify your search results"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "simplifiedsearches.htm"
    }
}