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 là gì?
Youtube's Annotations No More là một tiện ích mở rộng Chrome được phát triển bởi Daniel Kladnik, và tính năng chính của nó là "Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr:…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Youtube's Annotations No More
Tải xuống các tệp mở rộng Youtube's Annotations No More dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr: https://flattr.com/@kiboke
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Youtube's Annotations No More |
ID | fajnlldimiiipghabjgnbdidcnkghkgn |
URL Chính Thức | https://chromewebstore.google.com/detail/youtubes-annotations-no-m/fajnlldimiiipghabjgnbdidcnkghkgn |
Mô tả | Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr:… |
Kích Thước Tệp | 22.52 KB |
Số Lần Cài Đặt | 3,436 |
Phiên Bản Hiện Tại | 0.7 |
Cập Nhật Lần Cuối | 2019-12-12 |
Ngày Phát Hành | 2019-12-12 |
Đánh Giá | 4.38/5 Tổng số 29 Đánh Giá |
Nhà Phát Triển | Daniel Kladnik |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.kiboke-studio.hr/browser-extensions/ |
URL Trang Trợ Giúp | https://www.kiboke-studio.hr/browser-extensions/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |