Initial Black

This extension makes the initial background of a webpage black.

Qu'est-ce que Initial Black ?

Initial Black est une extension Chrome développée par SoHo Software, et sa fonction principale est "This extension makes the initial background of a webpage black.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Initial Black

Téléchargez les fichiers d'extension Initial Black 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

                                            

Informations de Base sur l'Extension

Nom Initial Black Initial Black
ID dopekbodbhecdkegbmahfollebchaahh
URL Officiel https://chrome.google.com/webstore/detail/initial-black/dopekbodbhecdkegbmahfollebchaahh
Description This extension makes the initial background of a webpage black.
Taille du Fichier 16.01 KB
Nombre d'Installations 149
Version Actuelle 1.0
Dernière Mise à Jour 2016-01-16
Date de Publication 2016-01-16
Évaluation 3.17/5 Total 6 Évaluations
Développeur SoHo Software
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}