Twitter Quotes are back!
Twitter Quotes are back!
Twitter Quotes are back!คืออะไร?
Twitter Quotes are back! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย josecebe และคุณลักษณะหลักของมันคือ "Twitter Quotes are back!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter Quotes are back!
ดาวน์โหลดไฟล์ส่วนขยาย Twitter Quotes are back! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Twitter has adjusted access to view post interactions like quotes, retweets, and likes, making them less visible. Fortunately, "Twitter Quotes are back!" brings these options back to their original locations. Say goodbye to the search hassle and install this extension today!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bbpjhggnbaikfoankcdaieeohbjdnadc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/twitter-quotes-are-back/bbpjhggnbaikfoankcdaieeohbjdnadc |
คำอธิบาย | Twitter Quotes are back! |
ขนาดไฟล์ | 26.6 KB |
จำนวนการติดตั้ง | 215 |
เวอร์ชันปัจจุบัน | 1.0.4 |
อัปเดตครั้งล่าสุด | 2023-09-17 |
วันที่เผยแพร่ | 2023-09-14 |
คะแนน | 4.75/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | josecebe |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/josecebe/twitter-quotes-are-back |
ภาษาที่รองรับ | de,en,fr,ca,es,it,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "josecebe", "manifest_version": 3, "name": "__MSG_twitterQuotesExtensionName__", "version": "1.0.4", "description": "__MSG_twitterQuotesExtensionDescription__", "default_locale": "en", "icons": { "48": "icons\/border-48.png" }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "script.js" ], "matches": [ "*:\/\/*.twitter.com\/*" ], "run_at": "document_end" } ], "permissions": [], "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "52.0" } } } |