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'est-ce que Anticipation for YouTube and Twitch ?
Anticipation for YouTube and Twitch est une extension Chrome développée par Krish Masand, et sa fonction principale est "Hides YouTube & Twitch video lengths, progress bar, & times of related videos to prevent spoilers - very useful for sports videos".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Anticipation for YouTube and Twitch
Téléchargez les fichiers d'extension Anticipation for YouTube and Twitch au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Anticipation for YouTube and Twitch |
ID | gnijgfamanlebomemfebpndnnbbpcijl |
URL Officiel | https://chromewebstore.google.com/detail/anticipation-for-youtube/gnijgfamanlebomemfebpndnnbbpcijl |
Description | Hides YouTube & Twitch video lengths, progress bar, & times of related videos to prevent spoilers - very useful for sports videos |
Taille du Fichier | 267 KB |
Nombre d'Installations | 2,264 |
Version Actuelle | 1.1.0.8 |
Dernière Mise à Jour | 2018-01-19 |
Date de Publication | 2018-01-19 |
Évaluation | 4.50/5 Total 58 Évaluations |
Développeur | Krish Masand |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/krishmasand/Anticipation-Chrome |
URL de la Page d'Aide | https://github.com/krishmasand/Anticipation-Chrome/blob/master/FAQ.md |
Langues Prises en Charge | 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\/*" ] } |