Eventvods Spoiler Prevention

Hides related videos, comments and video length by default on Youtube to prevent spoilers.

Eventvods Spoiler Prevention क्या है?

Eventvods Spoiler Prevention EventVODs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hides related videos, comments and video length by default on Youtube to prevent spoilers."।

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

screenshot

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

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

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

                        Updated 03/01/17 to fix issues with new YouTube design.


NEW 21 July: Added DotaVods #2 channel

NEW 5 July: Added ESL Counter-Strike.

NEW 17 June: Added CSGO / HS channels


NEW: Select which channels the extension is active on.
Removes the common sources of spoilers from the Youtube video page on EventVODs and related channels.

-Removes related videos section.
-Hides video length.
-Hides comments, with a toggle to show them again.                    

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

नाम Eventvods Spoiler Prevention Eventvods Spoiler Prevention
ID abbnfcnaknhecihnacjkpijckfjpjjbf
आधिकारिक URL https://chrome.google.com/webstore/detail/eventvods-spoiler-prevent/abbnfcnaknhecihnacjkpijckfjpjjbf
विवरण Hides related videos, comments and video length by default on Youtube to prevent spoilers.
फ़ाइल का आकार 622 KB
स्थापना संख्या 1,595
वर्तमान संस्करण 1.1.10
अंतिम अपडेट 2018-01-05
प्रकाशन तिथि 2018-01-05
रेटिंग 4.50/5 कुल 42 रेटिंग्स
डेवलपर EventVODs
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://eventvods.com
समर्थित भाषाएँ en
manifest.json
{
    "browser_action": {
        "default_icon": "assets\/img\/icon.png",
        "default_popup": "pages\/popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "assets\/css\/style.css"
            ],
            "exclude_matches": [
                "*:\/\/www.youtube.com\/*&list=*",
                "*:\/\/youtube.com\/*&list=*"
            ],
            "js": [
                "assets\/js\/jquery.min.js",
                "assets\/js\/channel_list.js",
                "assets\/js\/content_script.js"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/youtube.com\/*"
            ]
        }
    ],
    "description": "Hides related videos, comments and video length by default on Youtube to prevent spoilers.",
    "homepage_url": "http:\/\/eventvods.com",
    "icons": {
        "128": "assets\/img\/icon.png",
        "48": "assets\/img\/favicon.png"
    },
    "manifest_version": 2,
    "name": "Eventvods Spoiler Prevention",
    "permissions": [
        "storage",
        "*:\/\/*.youtube.com\/*",
        "https:\/\/www.googleapis.com\/*"
    ],
    "short_name": "EV",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.10"
}