Youtube's Annotations No More
Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr:…
Youtube's Annotations No Moreとは何ですか?
Youtube's Annotations No MoreはDaniel Kladnikによって開発されたChromeの拡張機能で、その主な機能は「Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr:…」です。
拡張機能のスクリーンショット
Youtube's Annotations No More拡張機能のCRXファイルをダウンロード
Youtube's Annotations No More拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr: https://flattr.com/@kiboke
拡張機能の基本情報
名前 | Youtube's Annotations No More |
ID | fajnlldimiiipghabjgnbdidcnkghkgn |
公式URL | https://chromewebstore.google.com/detail/youtubes-annotations-no-m/fajnlldimiiipghabjgnbdidcnkghkgn |
説明 | Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr:… |
ファイルサイズ | 22.52 KB |
インストール数 | 3,436 |
現在のバージョン | 0.7 |
最終更新日 | 2019-12-12 |
公開日 | 2019-12-12 |
評価 | 4.38/5 合計 29 レビュー |
開発者 | Daniel Kladnik |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.kiboke-studio.hr/browser-extensions/ |
ヘルプページのURL | https://www.kiboke-studio.hr/browser-extensions/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube's Annotations No More", "short_name": "Disable Youtube's annotations.", "version": "0.7", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "author": "Daniel Kladnik @ kiboke studio", "permissions": [ "*:\/\/*.youtube.com\/*", "webRequest", "webRequestBlocking", "notifications" ], "background": { "scripts": [ "data\/main.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "data\/style.css" ] } ] } |