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”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载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 Anticipation for YouTube and Twitch
ID gnijgfamanlebomemfebpndnnbbpcijl
官方URL 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\/*"
    ]
}