YouTube Annotation Toggle

Adds a button that allows you to turn off and on the annotations on Youtube videos

什麼是YouTube Annotation Toggle?

YouTube Annotation Toggle是由https://www.ivoilic.com開發的Chrome擴展程式,該擴展的主要功能是“Adds a button that allows you to turn off and on the annotations on Youtube videos”。

擴展截圖

screenshot
screenshot

下載YouTube Annotation Toggle擴展crx文件

下載YouTube Annotation Toggle擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Sometimes you just want to watch a music video without those annoying annotations popping up and ruining your enjoyment.  This extension add button to the toolbar of YouTube videos that allows you to toggle annotations on and off.  Please report any missed annotation or problems.  Future update will include the ability to have annotations hidden by default.                    

擴展基本資訊

名稱 YouTube Annotation Toggle YouTube Annotation Toggle
ID nhhfmndchldoleopaobhmdbdaafaolhb
官方網址 https://chromewebstore.google.com/detail/youtube-annotation-toggle/nhhfmndchldoleopaobhmdbdaafaolhb
簡介 Adds a button that allows you to turn off and on the annotations on Youtube videos
檔案大小 42.02 KB
安裝次數 67
目前版本 1.1
更新時間 2015-04-08
上架時間 2015-04-08
評分 3.25/5 共 4 次評分
開發者 https://www.ivoilic.com
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Ivo Ili\u0107",
    "name": "YouTube Annotation Toggle",
    "description": "Adds a button that allows you to turn off and on the annotations on Youtube videos",
    "version": "1.1",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "css": [
                "annotation-toggle.css"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "annotation-toggle.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_idle"
        }
    ]
}