Twitter Token Login
Logging into a Twitter account using a token
Twitter Token Loginคืออะไร?
Twitter Token Login เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jinchanzi.xyz และคุณลักษณะหลักของมันคือ "Logging into a Twitter account using a token"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter Token Login
ดาวน์โหลดไฟล์ส่วนขยาย Twitter Token Login ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Logging into a Twitter account using a token With the plugin's pop-up window, simply enter the token, click "Login," and the page will automatically refresh, enabling one-click login.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Twitter Token Login |
ID | nnjlbhbajbeagngabejdpenghpkglghd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/twitter-token-login/nnjlbhbajbeagngabejdpenghpkglghd |
คำอธิบาย | Logging into a Twitter account using a token |
ขนาดไฟล์ | 13.58 KB |
จำนวนการติดตั้ง | 982 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2023-10-31 |
วันที่เผยแพร่ | 2023-10-31 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | jinchanzi.xyz |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://twitter.com/ |
URL หน้าช่วยเหลือ | https://twitter.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://twitter.com/en/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "icons\/logo.png", "default_popup": "index.html" }, "description": "Logging into a Twitter account using a token", "icons": { "128": "icons\/logo.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "script.js" ], "css": [ "style.css" ] } ], "permissions": [ "scripting" ], "host_permissions": [ "https:\/\/twitter.com\/*" ], "manifest_version": 3, "name": "Twitter Token Login", "version": "1.0" } |