Tw Account Id Player
Tw Account Id Player helps you to fetch your twitter and goglet account with a single click.
Tw Account Id Playerคืออะไร?
Tw Account Id Player เป็นส่วนขยายของ Chrome ที่พัฒนาโดย samajseva5556 และคุณลักษณะหลักของมันคือ "Tw Account Id Player helps you to fetch your twitter and goglet account with a single click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tw Account Id Player
ดาวน์โหลดไฟล์ส่วนขยาย Tw Account Id Player ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tw Account Id Player helps you to find your twitter and goglet profile id with a single click. How To Do It? Go to your twitter account. Click on the right above corner icon. And it will show your twitter profile id.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | icbhlpeofdnainmeojihchbgfffhpaeb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tw-account-id-player/icbhlpeofdnainmeojihchbgfffhpaeb |
คำอธิบาย | Tw Account Id Player helps you to fetch your twitter and goglet account with a single click. |
ขนาดไฟล์ | 26.26 KB |
จำนวนการติดตั้ง | 3,058 |
เวอร์ชันปัจจุบัน | 0.3 Beta |
อัปเดตครั้งล่าสุด | 2022-02-05 |
วันที่เผยแพร่ | 2021-12-06 |
ผู้พัฒนา | samajseva5556 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.twidfetcher.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.twidfetcher.com/privacy_policy.php |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "author": "Samaj", "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*.goglet.net\/*", "*:\/\/*.twitter.com\/*" ] } ], "description": "Tw Account Id Player helps you to fetch your twitter and goglet account with a single click.", "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkyGQWXLMDzK1emfVD770GIuNpwy1mroQTiGWYxcWbYBLFleCm+nOwtj+v4bNAzcI0aYjulrI7vI7zdKDaRm7HWl3qp6WzfqxdV5jcdqZa\/mdoUoZRNmITxdTb50ZUnltgTa3U8ipN\/U5fIdFh72QMd7iAgXFelk+Hdj4w2qt9pbxho65MrJBTDgz16bsw8D0MD9ZJP+MVuId\/lK44pXvF6NLLj2wLVytDkhEAu4kz4XbZeTmra3XhDDRG+MhyrcVq9zNAL10GwVo2HRY9dkQbt3PvD+Wpxz6zQvbmPhKDk4MNhVOh\/S2HioOFftPk1iYC9VI5UJC0Mujk2rm1zHjswIDAQAB", "manifest_version": 2, "minimum_chrome_version": "31", "name": "Tw Account Id Player", "permissions": [ "*:\/\/*.goglet.net\/*", "*:\/\/*.twitter.com\/*", "cookies" ], "short_name": "TAF", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.3", "version_name": "0.3 Beta" } |