Everything is Gothic

For when you want your web browsing to have a bit more of a gothic flare to it.

Cos'è Everything is Gothic?

Everything is Gothic è un'estensione di Chrome sviluppata da emily hummel, e la sua funzione principale è "For when you want your web browsing to have a bit more of a gothic flare to it.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Everything is Gothic

Scarica i file di estensione Everything is Gothic 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

                        Feeling the need to live a bit more in the 19th century? Looking for dark moors, secrets, libraries, and suitors that don't have your best interest at heart?                    

Informazioni di Base sull'Estensione

Nome Everything is Gothic Everything is Gothic
ID njkfbecnecfdgpdgpmjgfabnjhinjcmc
URL Ufficiale https://chromewebstore.google.com/detail/everything-is-gothic/njkfbecnecfdgpdgpmjgfabnjhinjcmc
Descrizione For when you want your web browsing to have a bit more of a gothic flare to it.
Dimensione del File 41.98 KB
Conteggio Installazioni 272
Versione Corrente 1.0
Ultimo Aggiornamento 2015-07-21
Data di Pubblicazione 2015-07-20
Valutazione 3.50/5 Totale 10 Valutazioni
Sviluppatore emily hummel
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Everything is Gothic",
    "version": "1.0",
    "description": "For when you want your web browsing to have a bit more of a gothic flare to it.",
    "author": "Emily Hummel",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}