Crunchyroll Synopsis Hider

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

Vad är Crunchyroll Synopsis Hider?

Crunchyroll Synopsis Hider är en Chrome-tillägg utvecklad av Zak Farmer, och dess huvudfunktion är "An extension that hides the synopsis for anime episodes on Crunchyroll for the sake of hiding spoilers.".

Tilläggsskärmbilder

screenshot

Ladda ner Crunchyroll Synopsis Hider-förlängningens CRX-fil

Ladda ner Crunchyroll Synopsis Hider-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Crunchyroll Synopsis Hider Crunchyroll Synopsis Hider
ID knifeefpnmekmdbhcijgobndaklhclea
Officiell webbadress https://chromewebstore.google.com/detail/crunchyroll-synopsis-hide/knifeefpnmekmdbhcijgobndaklhclea
Beskrivning An extension that hides the synopsis for anime episodes on Crunchyroll for the sake of hiding spoilers.
Filstorlek 216 KB
Antal Installationer 39
Aktuell Version 1.1.0
Senast Uppdaterad 2016-09-24
Publiceringsdatum 2016-09-24
Betyg 3.60/5 Totalt 5 Betyg
Utvecklare Zak Farmer
Betalningssätt free
Stödda Språk 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"
    ]
}