Beach Backgrounds and Wallpapers

Beach Backgrounds and Wallpapers

Cos'è Beach Backgrounds and Wallpapers?

Beach Backgrounds and Wallpapers è un'estensione di Chrome sviluppata da BKG Products, e la sua funzione principale è "Beach Backgrounds and Wallpapers".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Beach Backgrounds and Wallpapers

Scarica i file di estensione Beach Backgrounds and Wallpapers in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Beach Backgrounds and Wallpapers Beach Backgrounds and Wallpapers
ID ohadldmdddapijokigffkjlclkffopdm
URL Ufficiale https://chrome.google.com/webstore/detail/beach-backgrounds-and-wal/ohadldmdddapijokigffkjlclkffopdm
Descrizione Beach Backgrounds and Wallpapers
Dimensione del File 7.45 KB
Conteggio Installazioni 95
Versione Corrente 1.0.1
Ultimo Aggiornamento 2017-11-02
Data di Pubblicazione 2017-11-02
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore BKG Products
Tipo di Pagamento free
Lingue Supportate 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:\/\/*\/*"
    ]
}