Beach Backgrounds and Wallpapers

Beach Backgrounds and Wallpapers

What is Beach Backgrounds and Wallpapers?

Beach Backgrounds and Wallpapers is a Chrome extension developed by BKG Products, and its main feature is "Beach Backgrounds and Wallpapers".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Beach Backgrounds and Wallpapers Extension CRX File

Download Beach Backgrounds and Wallpapers 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

                        The best backgrounds and themes of beaches in the new tab of your browser.
Click the + INSTALL button in the upper-right corner of this window.
You can change the background image at any time.                    

Extension Basic Information

Name Beach Backgrounds and Wallpapers Beach Backgrounds and Wallpapers
ID ohadldmdddapijokigffkjlclkffopdm
Official URL https://chrome.google.com/webstore/detail/beach-backgrounds-and-wal/ohadldmdddapijokigffkjlclkffopdm
Description Beach Backgrounds and Wallpapers
File Size 7.45 KB
Installation Count 95
Current Version 1.0.1
Last Updated 2017-11-02
Publish Date 2017-11-02
Rating 5.00/5 Total 1 Ratings
Developer BKG Products
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Beach Backgrounds and Wallpapers",
    "description": "Beach Backgrounds and Wallpapers",
    "version": "1.0.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "\/icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "redirect.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ]
}