Initial Black

This extension makes the initial background of a webpage black.

Cos'è Initial Black?

Initial Black è un'estensione di Chrome sviluppata da SoHo Software, e la sua funzione principale è "This extension makes the initial background of a webpage black.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Initial Black

Scarica i file di estensione Initial Black 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

                                            

Informazioni di Base sull'Estensione

Nome Initial Black Initial Black
ID dopekbodbhecdkegbmahfollebchaahh
URL Ufficiale https://chrome.google.com/webstore/detail/initial-black/dopekbodbhecdkegbmahfollebchaahh
Descrizione This extension makes the initial background of a webpage black.
Dimensione del File 16.01 KB
Conteggio Installazioni 149
Versione Corrente 1.0
Ultimo Aggiornamento 2016-01-16
Data di Pubblicazione 2016-01-16
Valutazione 3.17/5 Totale 6 Valutazioni
Sviluppatore SoHo Software
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Initial Black",
    "version": "1.0",
    "description": "This extension makes the initial background of a webpage black.",
    "icons": {
        "128": "icon128.png"
    },
    "author": "S.P. Hoang",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ],
            "all_frames": false,
            "run_at": "document_start"
        }
    ]
}