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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Krish Masand และคุณลักษณะหลักของมันคือ "Hides YouTube & Twitch video lengths, progress bar, & times of related videos to prevent spoilers - very useful for sports videos"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Anticipation for YouTube and Twitch

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}