Show YouTube Dislikes
Returns ability to see dislikes
Show YouTube Dislikes là gì?
Show YouTube Dislikes là một tiện ích mở rộng Chrome được phát triển bởi websystems33, và tính năng chính của nó là "Returns ability to see dislikes".
Ả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 Show YouTube Dislikes
Tải xuống các tệp mở rộng Show YouTube Dislikes 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
The extension returns the ability to see the number of dislikes on YouTube
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pnioamagjglclpkfmaimcfkmflhkjfch |
URL Chính Thức | https://chrome.google.com/webstore/detail/show-youtube-dislikes/pnioamagjglclpkfmaimcfkmflhkjfch |
Mô tả | Returns ability to see dislikes |
Kích Thước Tệp | 46.23 KB |
Số Lần Cài Đặt | 3,580 |
Phiên Bản Hiện Tại | 1.0.7 |
Cập Nhật Lần Cuối | 2023-01-11 |
Ngày Phát Hành | 2022-10-19 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | websystems33 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | de,en,fr,tr,es,it,pt-BR,cs,ru,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "css": [ "content.css" ], "exclude_matches": [ "*:\/\/*.music.youtube.com\/*" ], "js": [ "content.js" ], "matches": [ "*:\/\/youtube.com\/*", "*:\/\/www.youtube.com\/*", "*:\/\/m.youtube.com\/*" ] } ], "default_locale": "en", "description": "__MSG_extensionDesc__", "externally_connectable": { "matches": [ "*:\/\/*.youtube.com\/*" ] }, "host_permissions": [ "*:\/\/*\/*" ], "icons": { "128": "icons\/diz128.png", "48": "icons\/diz48.png" }, "manifest_version": 3, "name": "__MSG_extensionName__", "permissions": [ "alarms", "declarativeNetRequest", "storage" ], "version": "1.0.7", "web_accessible_resources": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "resources": [ "ryd.script.js" ] } ] } |