Get back Twitter icon
Let's get back the blue bird.
Get back Twitter iconคืออะไร?
Get back Twitter icon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sgtm0113 และคุณลักษณะหลักของมันคือ "Let's get back the blue bird."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Get back Twitter icon
ดาวน์โหลดไฟล์ส่วนขยาย Get back Twitter icon ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Elon Musk changed the icon of Twitter to "X". This extension reverts the change. Change Log: Ver. 1.0.0: First Publish. Ver. 1.0.1: Make it possible to select the icon of tabs. Add feature to modify the icon on the page. Ver 1.0.2: Fix size of one of icon. Fix problem about modifing the icon on the page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Get back Twitter icon |
ID | jhjplebiffhpkcfnldddnjlfbjblalfi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/get-back-twitter-icon/jhjplebiffhpkcfnldddnjlfbjblalfi |
คำอธิบาย | Let's get back the blue bird. |
ขนาดไฟล์ | 67.6 KB |
จำนวนการติดตั้ง | 142 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2023-08-03 |
วันที่เผยแพร่ | 2023-07-31 |
ผู้พัฒนา | sgtm0113 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_Name__", "description": "__MSG_Description__", "version": "1.0.2", "action": { "default_icon": "icon\/icon128.png", "default_popup": "html\/popup.html" }, "manifest_version": 3, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*", "https:\/\/tweetdeck.twitter.com\/*" ], "css": [ "css\/page.css" ], "js": [ "js\/page.js" ] } ], "icons": { "32": "icon\/icon32.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "default_locale": "en", "options_page": "html\/option.html" } |