Everything is Gothic

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

Apa itu Everything is Gothic?

Everything is Gothic adalah ekstensi Chrome yang dikembangkan oleh emily hummel, dan fitur utamanya adalah "For when you want your web browsing to have a bit more of a gothic flare to it.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Everything is Gothic

Unduh file ekstensi Everything is Gothic dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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?                    

Informasi Dasar Ekstensi

Nama Everything is Gothic Everything is Gothic
ID njkfbecnecfdgpdgpmjgfabnjhinjcmc
URL Resmi https://chromewebstore.google.com/detail/everything-is-gothic/njkfbecnecfdgpdgpmjgfabnjhinjcmc
Deskripsi For when you want your web browsing to have a bit more of a gothic flare to it.
Ukuran File 41.98 KB
Jumlah Instalasi 272
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-07-21
Tanggal Publikasi 2015-07-20
Penilaian 3.50/5 Total 10 Penilaian
Pengembang emily hummel
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}