Twitch && Youtube spoiler-free

No more spoilers watching TWITCH VODS and YOUTUBE videos. Enjoy watching twitch vods and youtube videos by preventing spoilers…

Twitch && Youtube spoiler-free क्या है?

Twitch && Youtube spoiler-free Adrián Arbizu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "No more spoilers watching TWITCH VODS and YOUTUBE videos. Enjoy watching twitch vods and youtube videos by preventing spoilers…"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        No more spoilers watching TWITCH VODS and YOUTUBE videos.

Enjoy watching twitch vods and youtube videos by preventing spoilers ruining the experience of matches or tournaments.

Twitch, features:
- Hide timebar
- Hide video duration.
- Hide related videos thumbnails images and timestamps
- Added new video controls, navigate quick and easy with them avoiding spoilers!

NOTE: If thumbnails are showing at https://twitch.tv/[channel]/videos press F5 to refresh

Youtube features:
- Hide timebar
- Hide video duration.
- Hide related videos thumbnails images
- Added new video controls, navigate quick and easy with them avoiding spoilers!

Easy configuration with extension's popup menu

Share your experience at the Chrome Store and rate Twitch Vod Spoiler Free extension
Extension made by Adrián Arbizu Donoso (Spain). 
Framework used: Angular 12.                    

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

नाम Twitch && Youtube spoiler-free Twitch && Youtube spoiler-free
ID knllbjmieejiihihaecdhamhcfadaadc
आधिकारिक URL https://chromewebstore.google.com/detail/twitch-youtube-spoiler-fr/knllbjmieejiihihaecdhamhcfadaadc
विवरण No more spoilers watching TWITCH VODS and YOUTUBE videos. Enjoy watching twitch vods and youtube videos by preventing spoilers…
फ़ाइल का आकार 242 KB
स्थापना संख्या 465
वर्तमान संस्करण 1.6.0
अंतिम अपडेट 2021-08-12
प्रकाशन तिथि 2020-07-05
रेटिंग 4.83/5 कुल 6 रेटिंग्स
डेवलपर Adrián Arbizu
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "manifest_version": 3,
    "name": "Twitch && Youtube spoiler-free",
    "version": "1.6.0",
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_title": "Hide Spoilers!",
        "default_popup": "index.html#\/popup"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/youtube-js.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "js\/twitch-js.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "assets\/iconSpoilerFree.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/twitch-remove-duration-end.js"
            ],
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ]
        }
    ],
    "short_name": "TWVODFREE",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}