Everything is Gothic

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

Co to jest Everything is Gothic?

Everything is Gothic to rozszerzenie Chrome opracowane przez emily hummel, a jego główną funkcją jest „For when you want your web browsing to have a bit more of a gothic flare to it.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Everything is Gothic

Pobierz pliki rozszerzeń Everything is Gothic w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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?                    

Podstawowe informacje o rozszerzeniu

Nazwa Everything is Gothic Everything is Gothic
ID njkfbecnecfdgpdgpmjgfabnjhinjcmc
Oficjalny URL https://chromewebstore.google.com/detail/everything-is-gothic/njkfbecnecfdgpdgpmjgfabnjhinjcmc
Opis For when you want your web browsing to have a bit more of a gothic flare to it.
Rozmiar pliku 41.98 KB
Liczba instalacji 272
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2015-07-21
Data Publikacji 2015-07-20
Ocena 3.50/5 Łącznie 10 Oceny
Deweloper emily hummel
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}