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」です。
拡張機能のスクリーンショット
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 |
ID | nhhfmndchldoleopaobhmdbdaafaolhb |
公式URL | 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" } ] } |