Stunning Scenery HD Wallpapers by CoolStart

Cool New Tab theme with HD wallpapers of Stunning Sceneries - beautiful mountains, rivers, beaches, waterfalls, oceans, etc.

Co je Stunning Scenery HD Wallpapers by CoolStart?

Stunning Scenery HD Wallpapers by CoolStart je rozšíření Chrome vyvinuté https://coolstart.com, a jeho hlavní funkcí je „Cool New Tab theme with HD wallpapers of Stunning Sceneries - beautiful mountains, rivers, beaches, waterfalls, oceans, etc.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Stunning Scenery HD Wallpapers by CoolStart

Stáhněte si soubory rozšíření Stunning Scenery HD Wallpapers by CoolStart ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Install Stunning Scenery HD Wallpapers by CoolStart and enjoy breath taking photos of beaches, oceans, sunsets and more stunning sceneries that will make your day. If you like to daydream and get away for just a second to a peaceful, colourful place, then this is your place. 

Stunning Scenery New Tab changes your default search. You not only get beautiful pictures of amazing scenery, but also get useful features right in your favourite browser.
You can enjoy:
- High quality wallpapers of the most beautiful places on earth with every new tab
- Date and Time
- Weather 
- To Do List
- Most Visited Sites
- Recently Closed Pages
- Bookmarks

Using our Stunning Scenery HD Wallpapers you will be able to dream and visit new places right from your new tab. While working you can gaze at the water and become more relaxed and productive. New Tabs are not what they used to be. By design Stunning Scenery HD Wallpapers by CoolStart tries to get the most of your New Tabs, enhancing your productivity, its visual appearance and your overall web surfing experience. 

Privacy Policy: https://coolstart.com/privacy-policy
Terms of Use: https://coolstart.com/terms-of-use
How to Uninstall: https://coolstart.com/how-to-uninstall                    

Základní Informace o Rozšíření

Název Stunning Scenery HD Wallpapers by CoolStart Stunning Scenery HD Wallpapers by CoolStart
ID oghfhcpicdinfainkmmmmbmjdfhnojnp
Oficiální URL https://chrome.google.com/webstore/detail/stunning-scenery-hd-wallp/oghfhcpicdinfainkmmmmbmjdfhnojnp
Popis Cool New Tab theme with HD wallpapers of Stunning Sceneries - beautiful mountains, rivers, beaches, waterfalls, oceans, etc.
Velikost souboru 1.62 MB
Počet instalací 1,000
Aktuální Verze 3.4
Poslední Aktualizace 2019-07-24
Datum Vydání 2019-07-24
Hodnocení 4.69/5 Celkem 13 Hodnocení
Vývojář https://coolstart.com
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://coolstart.com/faq
URL Stránky Zásad Ochrany Soukromí https://coolstart.com/privacy-policy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stunning Scenery HD Wallpapers by CoolStart",
    "description": "__MSG_extdesc__",
    "version": "3.4",
    "default_locale": "en",
    "permissions": [
        "cookies",
        "*:\/\/*.coolstart.com\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/nature.coolstart.com\/",
                "https:\/\/nature.coolstart.com\/?welcome"
            ],
            "all_frames": true,
            "js": [
                "js\/jquery.min.js",
                "js\/owl.carousel.min.js",
                "js\/cbpFWTabs.js",
                "js\/tether.min.js",
                "js\/bootstrap.min.js",
                "js\/jquery.mobile.min.js",
                "js\/tour.js",
                "js\/jquery-ui.min.js",
                "js\/moment.min.js",
                "js\/newtab.js",
                "js\/controller.js"
            ],
            "css": [
                "css\/tour.css",
                "css\/owl.carousel.min.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.coolstart.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "js": [
                "js\/jquery.min.js",
                "js\/extension_installed.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/*.html",
        "img\/*"
    ],
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/database.js",
            "js\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_title": "Stunning Scenery HD Wallpapers by CoolStart"
    },
    "short_name": "CoolStart",
    "icons": {
        "16": "img\/1528286672504.png",
        "48": "img\/1528286672634.png",
        "128": "img\/152828667152.png"
    },
    "optional_permissions": [
        "cookies",
        "*:\/\/*.coolstart.com\/",
        "storage",
        "history",
        "bookmarks",
        "tabs",
        "topSites",
        "chrome:\/\/favicon\/",
        "",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.coolstart.com\/*"
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "CoolStart",
            "keyword": "CS",
            "encoding": "UTF-8",
            "image_url": "",
            "is_default": true,
            "search_url": "https:\/\/coolstart.com\/?action=webSearch&t_id=1030&q={searchTerms}",
            "favicon_url": "https:\/\/coolstart.com\/favicon.ico",
            "instant_url": "",
            "suggest_url": "https:\/\/coolstart.com\/?action=searchSuggest&q={searchTerms}"
        }
    }
}