Red Subscribe Button Fixer
The new YouTube subscribe button is bright flaming red. How annoying, right? This extension fixes that.
Red Subscribe Button Fixerคืออะไร?
Red Subscribe Button Fixer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tony Webster และคุณลักษณะหลักของมันคือ "The new YouTube subscribe button is bright flaming red. How annoying, right? This extension fixes that."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Red Subscribe Button Fixer
ดาวน์โหลดไฟล์ส่วนขยาย Red Subscribe Button Fixer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
YouTube recently replaced the 'Subscribe' button on video pages with an obnoxious bright red button. That's annoying. This extension's sole purpose is to swap it out with a less-annoying light grey version. This extension only adds limited CSS properties to target the subscribe button. It does not access your YouTube data or data on other sites, and no data is transmitted to third parties. Open source: https://github.com/webster/youtube-red-subscribe-button
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | imfcjgelinkpbhdppbbpeejbaiblbeeo |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/red-subscribe-button-fixe/imfcjgelinkpbhdppbbpeejbaiblbeeo |
คำอธิบาย | The new YouTube subscribe button is bright flaming red. How annoying, right? This extension fixes that. |
ขนาดไฟล์ | 215 KB |
จำนวนการติดตั้ง | 96 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2013-07-09 |
วันที่เผยแพร่ | 2013-07-09 |
คะแนน | 4.22/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | Tony Webster |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Red Subscribe Button Fixer", "description": "The new YouTube subscribe button is bright flaming red. How annoying, right? This extension fixes that.", "version": "1.2", "permissions": [ "https:\/\/www.youtube.com\/", "http:\/\/www.youtube.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*" ], "css": [ "noredbutton.css" ] } ] } |