Return Youtube Red Subscribe Button
Brings back the red subscribe button.
Return Youtube Red Subscribe Button là gì?
Return Youtube Red Subscribe Button là một tiện ích mở rộng Chrome được phát triển bởi sapondanaisriwan, và tính năng chính của nó là "Brings back the red subscribe button.".
Ả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 Return Youtube Red Subscribe Button
Tải xuống các tệp mở rộng Return Youtube Red Subscribe Button 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
Return the red subscribe button on YouTube. This extension is currently in an active development phase, so if you experience any issues, don’t hesitate to report them on our GitHub page. https://github.com/sapondanaisriwan/AdashimaaTube https://github.com/sapondanaisriwan/Return-Youtube-Red-Subscribe-Button
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Return Youtube Red Subscribe Button |
ID | coklcfenffnpbmkhjcjmjhnahiglepij |
URL Chính Thức | https://chromewebstore.google.com/detail/return-youtube-red-subscr/coklcfenffnpbmkhjcjmjhnahiglepij |
Mô tả | Brings back the red subscribe button. |
Kích Thước Tệp | 43.27 KB |
Số Lần Cài Đặt | 365 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2023-01-12 |
Ngày Phát Hành | 2022-12-12 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | sapondanaisriwan |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/sapondanaisriwan/Return-Youtube-Red-Subscribe-Button |
URL Trang Trợ Giúp | https://github.com/sapondanaisriwan/Return-Youtube-Red-Subscribe-Button/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Return Youtube Red Subscribe Button", "description": "Brings back the red subscribe button.", "version": "0.0.2", "action": { "default_popup": "\/popup\/popup.html", "default_icon": "\/images\/icon128.png" }, "icons": { "45": "\/images\/icon45.png", "64": "\/images\/icon64.png", "128": "\/images\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "\/styles\/my-styles.css" ] } ] } |