Anticipation for YouTube and Twitch

Hides YouTube & Twitch video lengths, progress bar, & times of related videos to prevent spoilers - very useful for sports videos

¿Qué es Anticipation for YouTube and Twitch?

Anticipation for YouTube and Twitch es una extensión de Chrome desarrollada por Krish Masand, y su función principal es "Hides YouTube & Twitch video lengths, progress bar, & times of related videos to prevent spoilers - very useful for sports videos".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Anticipation for YouTube and Twitch

Descarga archivos de extensión Anticipation for YouTube and Twitch 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

                        Anticipation hides the video time and progress bar on Youtube and Twitch VODs, along with the times of related videos on the page, so the user does not know how much time is left in a video.

Anticipation is useful when watching sports, esports, or other types of competitions when the amount of time left might give away the result of the sport, match, or competition.

Examples of sports and esports where Anticipation is useful: Tennis, Boxing, League of Legends, Super Smash Brothers, Counter-Strike, Mortal Kombat, Street Fighter, DOTA

The screenshots shown show Anticipation being used with LoL, CS:GO, and Super Smash Bros videos.                    

Información Básica de la Extensión

Nombre Anticipation for YouTube and Twitch Anticipation for YouTube and Twitch
ID gnijgfamanlebomemfebpndnnbbpcijl
URL Oficial https://chromewebstore.google.com/detail/anticipation-for-youtube/gnijgfamanlebomemfebpndnnbbpcijl
Descripción Hides YouTube & Twitch video lengths, progress bar, & times of related videos to prevent spoilers - very useful for sports videos
Tamaño del Archivo 267 KB
Cantidad de Instalaciones 2,264
Versión Actual 1.1.0.8
Última Actualización 2018-01-19
Fecha de Publicación 2018-01-19
Calificación 4.50/5 Total de 58 Calificaciones
Desarrollador Krish Masand
Tipo de Pago free
Sitio Web de la Extensión https://github.com/krishmasand/Anticipation-Chrome
URL de la Página de Ayuda https://github.com/krishmasand/Anticipation-Chrome/blob/master/FAQ.md
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Anticipation for YouTube and Twitch",
    "version": "1.1.0.8",
    "description": "Hides YouTube & Twitch video lengths, progress bar, & times of related videos to prevent spoilers - very useful for sports videos",
    "background": {
        "persistent": true,
        "scripts": [
            "fancy-settings\/source\/lib\/store.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "inactive128.png",
        "default_title": "Anticipation",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/*.youtube.com\/*",
        "https:\/\/*.youtube.com\/*",
        "https:\/\/*.twitch.tv\/*",
        "http:\/\/*.twitch.tv\/*",
        "https:\/\/vods.co\/*",
        "http:\/\/vods.co\/*",
        "https:\/\/sf.vods.co\/*",
        "http:\/\/sf.vods.co\/*"
    ]
}