Crunchyroll Synopsis Hider

An extension that hides the synopsis for anime episodes on Crunchyroll for the sake of hiding spoilers.

Apa itu Crunchyroll Synopsis Hider?

Crunchyroll Synopsis Hider adalah ekstensi Chrome yang dikembangkan oleh Zak Farmer, dan fitur utamanya adalah "An extension that hides the synopsis for anime episodes on Crunchyroll for the sake of hiding spoilers.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Crunchyroll Synopsis Hider

Unduh file ekstensi Crunchyroll Synopsis Hider 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

                        An extension that hides the synopsis of anime episodes on Crunchyroll for the purpose of avoiding spoilers.                    

Informasi Dasar Ekstensi

Nama Crunchyroll Synopsis Hider Crunchyroll Synopsis Hider
ID knifeefpnmekmdbhcijgobndaklhclea
URL Resmi https://chromewebstore.google.com/detail/crunchyroll-synopsis-hide/knifeefpnmekmdbhcijgobndaklhclea
Deskripsi An extension that hides the synopsis for anime episodes on Crunchyroll for the sake of hiding spoilers.
Ukuran File 216 KB
Jumlah Instalasi 39
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2016-09-24
Tanggal Publikasi 2016-09-24
Penilaian 3.60/5 Total 5 Penilaian
Pengembang Zak Farmer
Tipe Pembayaran free
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crunchyroll Synopsis Hider",
    "description": "An extension that hides the synopsis for anime episodes on Crunchyroll for the sake of hiding spoilers.",
    "version": "1.1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "css": [
                "crunchyroll.css"
            ],
            "matches": [
                "http:\/\/www.crunchyroll.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "http:\/\/www.crunchyroll.com\/*",
        "tabs"
    ],
    "web_accessible_resources": [
        "crunchyroll.css"
    ]
}