Dislike for Youtube
Return Dislike Youtube
Dislike for Youtube là gì?
Dislike for Youtube là một tiện ích mở rộng Chrome được phát triển bởi kimalexis59, và tính năng chính của nó là "Return Dislike Youtube".
Ả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 Dislike for Youtube
Tải xuống các tệp mở rộng Dislike for Youtube 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
Extension Return Dislike Youtube restores the ability to see dislikes on YouTube. Enable YouTube Dislikes brings back the feature of displaying dislike statistics on YT. This extension restores the functionality that has been removed by YT 1.0.6 fix some case cant show dislike 1.0.5: add share LinkedIn, Facebook, Twitter
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ekmkkpnadnbahjkmmmhkehalpeolknmn |
URL Chính Thức | https://chromewebstore.google.com/detail/dislike-for-youtube/ekmkkpnadnbahjkmmmhkehalpeolknmn |
Mô tả | Return Dislike Youtube |
Kích Thước Tệp | 159 KB |
Số Lần Cài Đặt | 11,175 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2024-01-06 |
Ngày Phát Hành | 2020-12-08 |
Đánh Giá | 3.39/5 Tổng số 54 Đánh Giá |
Nhà Phát Triển | kimalexis59 |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://sites.google.com/view/extensions-privacy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Dislike for Youtube", "description": "Return Dislike Youtube", "version": "1.1.0", "icons": { "16": ".\/logo.png", "48": ".\/logo.png", "128": ".\/logo.png" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "content_scripts": [ { "css": [ ".\/content-style.css" ], "js": [ ".\/js\/content_script.js" ], "matches": [ "https:\/\/*.facebook.com\/*", "https:\/\/*.twitter.com\/*", "https:\/\/*.linkedin.com\/*", "*:\/\/*.youtube.com\/*", "*:\/\/*.returnyoutubedislikeapi.com\/*" ] } ], "host_permissions": [ "https:\/\/*.facebook.com\/*", "https:\/\/*.twitter.com\/*", "https:\/\/*.linkedin.com\/*", "*:\/\/*.youtube.com\/*", "*:\/\/*.returnyoutubedislikeapi.com\/*" ], "permissions": [ "declarativeNetRequest", "storage" ], "action": { "default_popup": "popup.html" }, "background": { "service_worker": "js\/background.js" } } |