Block Youtube Annotations
Extension blocks anoying annotations on YouTube.
Block Youtube Annotations là gì?
Block Youtube Annotations là một tiện ích mở rộng Chrome được phát triển bởi menko, và tính năng chính của nó là "Extension blocks anoying annotations on YouTube.".
Tải xuống tệp CRX của tiện ích mở rộng Block Youtube Annotations
Tải xuống các tệp mở rộng Block Youtube Annotations 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
Blocks annotations on youtube
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nheehibdemfjglnfflcgfinhciifpkhc |
URL Chính Thức | https://chrome.google.com/webstore/detail/block-youtube-annotations/nheehibdemfjglnfflcgfinhciifpkhc |
Mô tả | Extension blocks anoying annotations on YouTube. |
Kích Thước Tệp | 238 KB |
Số Lần Cài Đặt | 213 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2015-10-17 |
Ngày Phát Hành | 2015-10-17 |
Đánh Giá | 3.50/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | menko |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "initialize-content.js" ], "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*", "https:\/\/youtube.com\/*", "http:\/\/youtube.com\/*" ] } ], "description": "Extension blocks anoying annotations on YouTube.", "manifest_version": 2, "name": "Block Youtube Annotations", "permissions": [ "tabs", "activeTab" ], "version": "1.0.1", "web_accessible_resources": [ "inject\/*.js" ] } |