Anticipation for YouTube and Twitch

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

Cos'è Anticipation for YouTube and Twitch?

Anticipation for YouTube and Twitch è un'estensione di Chrome sviluppata da Krish Masand, e la sua funzione principale è "Hides YouTube & Twitch video lengths, progress bar, & times of related videos to prevent spoilers - very useful for sports videos".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Anticipation for YouTube and Twitch

Scarica i file di estensione Anticipation for YouTube and Twitch in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Anticipation for YouTube and Twitch Anticipation for YouTube and Twitch
ID gnijgfamanlebomemfebpndnnbbpcijl
URL Ufficiale https://chromewebstore.google.com/detail/anticipation-for-youtube/gnijgfamanlebomemfebpndnnbbpcijl
Descrizione Hides YouTube & Twitch video lengths, progress bar, & times of related videos to prevent spoilers - very useful for sports videos
Dimensione del File 267 KB
Conteggio Installazioni 2,264
Versione Corrente 1.1.0.8
Ultimo Aggiornamento 2018-01-19
Data di Pubblicazione 2018-01-19
Valutazione 4.50/5 Totale 58 Valutazioni
Sviluppatore Krish Masand
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/krishmasand/Anticipation-Chrome
URL della Pagina di Aiuto https://github.com/krishmasand/Anticipation-Chrome/blob/master/FAQ.md
Lingue Supportate 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\/*"
    ]
}