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 |
官方網址 | 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 |
電子郵箱 | [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" ] } ] } |