IMDb Hide Episode Spoilers

Hides episode number count on IMDb. No more spoilers!

IMDb Hide Episode Spoilers क्या है?

IMDb Hide Episode Spoilers Silver द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hides episode number count on IMDb. No more spoilers!"।

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

screenshot
screenshot

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

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

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

                        Ever want to look up who the actor is for your new favorite TV show on IMDb? But uh-oh! You just noticed that the show has 40 episodes and the character(although he's been in every episode so far) is only in 28. Thanks for the spoiler alert IMDb! This extension will hide those pesky spoilers out of view unless you hover over it. And a simple button allows you to turn off all the spoiler tags if you're not worried about that show. Easy and simple.

Version Changes( https://github.com/SIlver--/IMDb-Hide-Episode-Spoilers )

Version 1.4
-Updated to work with HTTPS imdb credits to @swstraus

Version 1.3
-Added hide spoiler on season episode list and episode page

Version 1.2
-Added hide spoilers to actor and character page

Version 1.1
-Fixed a bug where spoiler button would display when not needed

Version 1.0
-Release                    

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

नाम IMDb Hide Episode Spoilers IMDb Hide Episode Spoilers
ID chiakepmphnoipoamanblmjmnigmgbkh
आधिकारिक URL https://chromewebstore.google.com/detail/imdb-hide-episode-spoiler/chiakepmphnoipoamanblmjmnigmgbkh
विवरण Hides episode number count on IMDb. No more spoilers!
फ़ाइल का आकार 18.95 KB
स्थापना संख्या 1,506
वर्तमान संस्करण 1.4
अंतिम अपडेट 2018-02-28
प्रकाशन तिथि 2018-02-28
रेटिंग 4.10/5 कुल 21 रेटिंग्स
डेवलपर Silver
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IMDb Hide Episode Spoilers",
    "version": "1.4",
    "manifest_version": 2,
    "icons": {
        "128": "icons\/icon128.png"
    },
    "description": "Hides episode number count on IMDb. No more spoilers!",
    "default_locale": "en",
    "permissions": [
        "*:\/\/www.imdb.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.imdb.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "*:\/\/www.imdb.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}