Twitch && Youtube spoiler-free

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

¿Qué es Twitch && Youtube spoiler-free?

Twitch && Youtube spoiler-free es una extensión de Chrome desarrollada por Adrián Arbizu, y su función principal es "No more spoilers watching TWITCH VODS and YOUTUBE videos. Enjoy watching twitch vods and youtube videos by preventing spoilers…".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Twitch && Youtube spoiler-free

Descarga archivos de extensión Twitch && Youtube spoiler-free en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Twitch && Youtube spoiler-free Twitch && Youtube spoiler-free
ID knllbjmieejiihihaecdhamhcfadaadc
URL Oficial https://chromewebstore.google.com/detail/twitch-youtube-spoiler-fr/knllbjmieejiihihaecdhamhcfadaadc
Descripción No more spoilers watching TWITCH VODS and YOUTUBE videos. Enjoy watching twitch vods and youtube videos by preventing spoilers…
Tamaño del Archivo 242 KB
Cantidad de Instalaciones 465
Versión Actual 1.6.0
Última Actualización 2021-08-12
Fecha de Publicación 2020-07-05
Calificación 4.83/5 Total de 6 Calificaciones
Desarrollador Adrián Arbizu
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
}