Beach Backgrounds and Wallpapers

Beach Backgrounds and Wallpapers

Wat is Beach Backgrounds and Wallpapers?

Beach Backgrounds and Wallpapers is een Chrome-extensie ontwikkeld door BKG Products, en de belangrijkste functie is "Beach Backgrounds and Wallpapers".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Beach Backgrounds and Wallpapers

Download Beach Backgrounds and Wallpapers-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Beach Backgrounds and Wallpapers Beach Backgrounds and Wallpapers
ID ohadldmdddapijokigffkjlclkffopdm
Officiële URL https://chrome.google.com/webstore/detail/beach-backgrounds-and-wal/ohadldmdddapijokigffkjlclkffopdm
Beschrijving Beach Backgrounds and Wallpapers
Bestandsgrootte 7.45 KB
Aantal Installaties 95
Huidige Versie 1.0.1
Laatst Bijgewerkt 2017-11-02
Publicatiedatum 2017-11-02
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar BKG Products
Betalingswijze free
Ondersteunde Talen 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:\/\/*\/*"
    ]
}