Return Youtube Red Subscribe Button
Brings back the red subscribe button.
Return Youtube Red Subscribe Buttonคืออะไร?
Return Youtube Red Subscribe Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sapondanaisriwan และคุณลักษณะหลักของมันคือ "Brings back the red subscribe button."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Return Youtube Red Subscribe Button
ดาวน์โหลดไฟล์ส่วนขยาย Return Youtube Red Subscribe Button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Return Youtube Red Subscribe Button |
ID | coklcfenffnpbmkhjcjmjhnahiglepij |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/return-youtube-red-subscr/coklcfenffnpbmkhjcjmjhnahiglepij |
คำอธิบาย | Brings back the red subscribe button. |
ขนาดไฟล์ | 43.27 KB |
จำนวนการติดตั้ง | 365 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2023-01-12 |
วันที่เผยแพร่ | 2022-12-12 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | sapondanaisriwan |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/sapondanaisriwan/Return-Youtube-Red-Subscribe-Button |
URL หน้าช่วยเหลือ | https://github.com/sapondanaisriwan/Return-Youtube-Red-Subscribe-Button/issues |
ภาษาที่รองรับ | 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" ] } ] } |