X to Twitter
Get our Twitter back from Elon.
X to Twitterคืออะไร?
X to Twitter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yakisova41 และคุณลักษณะหลักของมันคือ "Get our Twitter back from Elon."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย X to Twitter
ดาวน์โหลดไฟล์ส่วนขยาย X to Twitter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
X logo back to the original Twitter Bird logo
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | X to Twitter |
ID | jcgbihbakhgpbmhejamlpijhlohjhnbn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/x-to-twitter/jcgbihbakhgpbmhejamlpijhlohjhnbn |
คำอธิบาย | Get our Twitter back from Elon. |
ขนาดไฟล์ | 843 KB |
จำนวนการติดตั้ง | 2,013 |
เวอร์ชันปัจจุบัน | 2.3.1 |
อัปเดตครั้งล่าสุด | 2024-01-24 |
วันที่เผยแพร่ | 2023-07-24 |
คะแนน | 5.00/5 รวมทั้งหมด 17 คะแนน |
ผู้พัฒนา | yakisova41 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/yakisova41/xToTwitter |
URL หน้าช่วยเหลือ | https://github.com/yakisova41/xToTwitter/issues |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_Name__", "short_name": "xToTwitter", "version": "2.3.1", "manifest_version": 3, "description": "__MSG_Description__", "default_locale": "en", "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/X.com\/*" ], "run_at": "document_start", "js": [ "userscript.user.js" ] } ], "web_accessible_resources": [ { "resources": [ "twitterManifest.json", "sw_icons\/*" ], "matches": [ "https:\/\/twitter.com\/*", "https:\/\/X.com\/*" ] } ] } |