Twitter old favourite
Replace the new twitter heart favourite icon with the old star icon.
Twitter old favouriteคืออะไร?
Twitter old favourite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Miles Croxford และคุณลักษณะหลักของมันคือ "Replace the new twitter heart favourite icon with the old star icon."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter old favourite
ดาวน์โหลดไฟล์ส่วนขยาย Twitter old favourite ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Don't like the new heart button? Feel no love? This extension reverts and replaces the new twitter heart favourite icon to that old yellow star that everyone is missing.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lkfbecccmniadcbdhkeepdkfekhloinc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/twitter-old-favourite/lkfbecccmniadcbdhkeepdkfekhloinc |
คำอธิบาย | Replace the new twitter heart favourite icon with the old star icon. |
ขนาดไฟล์ | 8.49 KB |
จำนวนการติดตั้ง | 40 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2015-11-03 |
วันที่เผยแพร่ | 2015-11-03 |
คะแนน | 3.17/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Miles Croxford |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://milescroxford.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter old favourite", "description": "Replace the new twitter heart favourite icon with the old star icon.", "version": "0.1", "permissions": [ "*:\/\/twitter.com\/*" ], "web_accessible_resources": [ "stars.png" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/twitter.com\/*" ], "js": [ "main.js" ], "run_at": "document_end" } ], "manifest_version": 2 } |