Initial Black

This extension makes the initial background of a webpage black.

Wat is Initial Black?

Initial Black is een Chrome-extensie ontwikkeld door SoHo Software, en de belangrijkste functie is "This extension makes the initial background of a webpage black.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Initial Black

Download Initial Black-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

                                            

Basisinformatie over de Extensie

Naam Initial Black Initial Black
ID dopekbodbhecdkegbmahfollebchaahh
Officiële URL https://chrome.google.com/webstore/detail/initial-black/dopekbodbhecdkegbmahfollebchaahh
Beschrijving This extension makes the initial background of a webpage black.
Bestandsgrootte 16.01 KB
Aantal Installaties 149
Huidige Versie 1.0
Laatst Bijgewerkt 2016-01-16
Publicatiedatum 2016-01-16
Beoordeling 3.17/5 Totaal 6 Beoordelingen
Ontwikkelaar SoHo Software
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}