Everything is Gothic

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

Co je Everything is Gothic?

Everything is Gothic je rozšíření Chrome vyvinuté emily hummel, a jeho hlavní funkcí je „For when you want your web browsing to have a bit more of a gothic flare to it.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Everything is Gothic

Stáhněte si soubory rozšíření Everything is Gothic ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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?                    

Základní Informace o Rozšíření

Název Everything is Gothic Everything is Gothic
ID njkfbecnecfdgpdgpmjgfabnjhinjcmc
Oficiální URL https://chromewebstore.google.com/detail/everything-is-gothic/njkfbecnecfdgpdgpmjgfabnjhinjcmc
Popis For when you want your web browsing to have a bit more of a gothic flare to it.
Velikost souboru 41.98 KB
Počet instalací 272
Aktuální Verze 1.0
Poslední Aktualizace 2015-07-21
Datum Vydání 2015-07-20
Hodnocení 3.50/5 Celkem 10 Hodnocení
Vývojář emily hummel
Typ Platby free
Podporované Jazyky 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"
        }
    ]
}