Crunchyroll Synopsis Hider

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

Co to jest Crunchyroll Synopsis Hider?

Crunchyroll Synopsis Hider to rozszerzenie Chrome opracowane przez Zak Farmer, a jego główną funkcją jest „An extension that hides the synopsis for anime episodes on Crunchyroll for the sake of hiding spoilers.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Crunchyroll Synopsis Hider

Pobierz pliki rozszerzeń Crunchyroll Synopsis Hider 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

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

Podstawowe informacje o rozszerzeniu

Nazwa Crunchyroll Synopsis Hider Crunchyroll Synopsis Hider
ID knifeefpnmekmdbhcijgobndaklhclea
Oficjalny URL https://chromewebstore.google.com/detail/crunchyroll-synopsis-hide/knifeefpnmekmdbhcijgobndaklhclea
Opis An extension that hides the synopsis for anime episodes on Crunchyroll for the sake of hiding spoilers.
Rozmiar pliku 216 KB
Liczba instalacji 39
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2016-09-24
Data Publikacji 2016-09-24
Ocena 3.60/5 Łącznie 5 Oceny
Deweloper Zak Farmer
Typ Płatności free
Obsługiwane Języki 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"
    ]
}