Best Seascape

Wonderful seascape wallpapers in a new tab.

What is Best Seascape?

Best Seascape is a Chrome extension developed by https://bestseascape.com, and its main feature is "Wonderful seascape wallpapers in a new tab.".

Extension Screenshots

screenshot

Download Best Seascape Extension CRX File

Download Best Seascape 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

                        Install Best Seascape to enjoy varied Hi-Res seascape wallpapers in your start page and new tab page.

Features:

- Choose your favorite seascape background wallpaper
- Convenient location of the search bar
- Speed dial

By clicking "Add to Chrome", I accept and agree to installing the Best Seascape and setting Chrome new tab to that provided by the service and the Terms of Use and Privacy Policy. The extension will change your new tab services provided by Best Seascape.

Terms of Service: https://bestseascape.com/terms.html
Privacy Policy: https://bestseascape.com/privacy.html                    

Extension Basic Information

Name Best Seascape Best Seascape
ID nfjakddpnbdibbpoeflnbokdbigmpopl
Official URL https://chromewebstore.google.com/detail/best-seascape/nfjakddpnbdibbpoeflnbokdbigmpopl
Description Wonderful seascape wallpapers in a new tab.
File Size 1.8 MB
Installation Count 5,742
Current Version 1.0.2
Last Updated 2021-06-17
Publish Date 2021-05-20
Developer https://bestseascape.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://bestseascape.com/privacy.html
Supported Languages en
manifest.json
{
    "manifest_version": 2,
    "name": "Best Seascape",
    "version": "1.0.2",
    "description": "Wonderful seascape wallpapers in a new tab.",
    "icons": {
        "128": "128.png"
    },
    "permissions": [
        "contextMenus",
        "https:\/\/bestseascape.com\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "bootstrap.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}