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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}