Everything is Gothic

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

Wat is Everything is Gothic?

Everything is Gothic is een Chrome-extensie ontwikkeld door emily hummel, en de belangrijkste functie is "For when you want your web browsing to have a bit more of a gothic flare to it.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Everything is Gothic

Download Everything is Gothic-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

                        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?                    

Basisinformatie over de Extensie

Naam Everything is Gothic Everything is Gothic
ID njkfbecnecfdgpdgpmjgfabnjhinjcmc
Officiële URL https://chromewebstore.google.com/detail/everything-is-gothic/njkfbecnecfdgpdgpmjgfabnjhinjcmc
Beschrijving For when you want your web browsing to have a bit more of a gothic flare to it.
Bestandsgrootte 41.98 KB
Aantal Installaties 272
Huidige Versie 1.0
Laatst Bijgewerkt 2015-07-21
Publicatiedatum 2015-07-20
Beoordeling 3.50/5 Totaal 10 Beoordelingen
Ontwikkelaar emily hummel
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}