Anticipation for YouTube and Twitch
Hides YouTube & Twitch video lengths, progress bar, & times of related videos to prevent spoilers - very useful for sports videos
什麼是Anticipation for YouTube and Twitch?
Anticipation for YouTube and Twitch是由Krish Masand開發的Chrome擴展程式,該擴展的主要功能是“Hides YouTube & Twitch video lengths, progress bar, & times of related videos to prevent spoilers - very useful for sports videos”。
擴展截圖
下載Anticipation for YouTube and Twitch擴展crx文件
下載Anticipation for YouTube and Twitch擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Anticipation for YouTube and Twitch |
ID | gnijgfamanlebomemfebpndnnbbpcijl |
官方網址 | https://chromewebstore.google.com/detail/anticipation-for-youtube/gnijgfamanlebomemfebpndnnbbpcijl |
簡介 | Hides YouTube & Twitch video lengths, progress bar, & times of related videos to prevent spoilers - very useful for sports videos |
檔案大小 | 267 KB |
安裝次數 | 2,264 |
目前版本 | 1.1.0.8 |
更新時間 | 2018-01-19 |
上架時間 | 2018-01-19 |
評分 | 4.50/5 共 58 次評分 |
開發者 | Krish Masand |
付費類型 | free |
擴展官網 | https://github.com/krishmasand/Anticipation-Chrome |
說明頁面URL | https://github.com/krishmasand/Anticipation-Chrome/blob/master/FAQ.md |
支援的語言 | 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\/*" ] } |