Crunchyroll Synopsis Hider

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

Crunchyroll Synopsis Hider क्या है?

Crunchyroll Synopsis Hider Zak Farmer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension that hides the synopsis for anime episodes on Crunchyroll for the sake of hiding spoilers."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Crunchyroll Synopsis Hider एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Crunchyroll Synopsis Hider Crunchyroll Synopsis Hider
ID knifeefpnmekmdbhcijgobndaklhclea
आधिकारिक URL https://chromewebstore.google.com/detail/crunchyroll-synopsis-hide/knifeefpnmekmdbhcijgobndaklhclea
विवरण An extension that hides the synopsis for anime episodes on Crunchyroll for the sake of hiding spoilers.
फ़ाइल का आकार 216 KB
स्थापना संख्या 39
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2016-09-24
प्रकाशन तिथि 2016-09-24
रेटिंग 3.60/5 कुल 5 रेटिंग्स
डेवलपर Zak Farmer
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}