Crunchyroll Synopsis Hider

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

Was ist Crunchyroll Synopsis Hider?

Crunchyroll Synopsis Hider ist eine Chrome-Erweiterung, die von Zak Farmer entwickelt wurde, und ihr Hauptmerkmal ist "An extension that hides the synopsis for anime episodes on Crunchyroll for the sake of hiding spoilers.".

Erweiterungsscreenshots

screenshot

Crunchyroll Synopsis Hider-Erweiterungs-CRX-Datei herunterladen

Laden Sie Crunchyroll Synopsis Hider-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Crunchyroll Synopsis Hider Crunchyroll Synopsis Hider
ID knifeefpnmekmdbhcijgobndaklhclea
Offizielle URL https://chromewebstore.google.com/detail/crunchyroll-synopsis-hide/knifeefpnmekmdbhcijgobndaklhclea
Beschreibung An extension that hides the synopsis for anime episodes on Crunchyroll for the sake of hiding spoilers.
Dateigröße 216 KB
Installationsanzahl 39
Aktuelle Version 1.1.0
Letztes Update 2016-09-24
Veröffentlichungsdatum 2016-09-24
Bewertung 3.60/5 Insgesamt 5 Bewertungen
Entwickler Zak Farmer
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}