Crunchyroll Synopsis Hider

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

What is Crunchyroll Synopsis Hider?

Crunchyroll Synopsis Hider is a Chrome extension developed by Zak Farmer, and its main feature is "An extension that hides the synopsis for anime episodes on Crunchyroll for the sake of hiding spoilers.".

Extension Screenshots

screenshot

Download Crunchyroll Synopsis Hider Extension CRX File

Download Crunchyroll Synopsis Hider extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Crunchyroll Synopsis Hider Crunchyroll Synopsis Hider
ID knifeefpnmekmdbhcijgobndaklhclea
Official URL https://chromewebstore.google.com/detail/crunchyroll-synopsis-hide/knifeefpnmekmdbhcijgobndaklhclea
Description An extension that hides the synopsis for anime episodes on Crunchyroll for the sake of hiding spoilers.
File Size 216 KB
Installation Count 39
Current Version 1.1.0
Last Updated 2016-09-24
Publish Date 2016-09-24
Rating 3.60/5 Total 5 Ratings
Developer Zak Farmer
Payment Type free
Supported Languages 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"
    ]
}