Beach Backgrounds and Wallpapers

Beach Backgrounds and Wallpapers

Qu'est-ce que Beach Backgrounds and Wallpapers ?

Beach Backgrounds and Wallpapers est une extension Chrome développée par BKG Products, et sa fonction principale est "Beach Backgrounds and Wallpapers".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Beach Backgrounds and Wallpapers

Téléchargez les fichiers d'extension Beach Backgrounds and Wallpapers au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Beach Backgrounds and Wallpapers Beach Backgrounds and Wallpapers
ID ohadldmdddapijokigffkjlclkffopdm
URL Officiel https://chrome.google.com/webstore/detail/beach-backgrounds-and-wal/ohadldmdddapijokigffkjlclkffopdm
Description Beach Backgrounds and Wallpapers
Taille du Fichier 7.45 KB
Nombre d'Installations 95
Version Actuelle 1.0.1
Dernière Mise à Jour 2017-11-02
Date de Publication 2017-11-02
Évaluation 5.00/5 Total 1 Évaluations
Développeur BKG Products
Type de Paiement free
Langues Prises en Charge 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:\/\/*\/*"
    ]
}