Multiple Twitter Accounts Switcher for Chrome
Switch between unlimited Twitter accounts on your computer with a single click.
Multiple Twitter Accounts Switcher for Chromeคืออะไร?
Multiple Twitter Accounts Switcher for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://owlead.com และคุณลักษณะหลักของมันคือ "Switch between unlimited Twitter accounts on your computer with a single click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Multiple Twitter Accounts Switcher for Chrome
ดาวน์โหลดไฟล์ส่วนขยาย Multiple Twitter Accounts Switcher for Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Multiple Twitter Accounts for Chrome is an extension to switch between multiple logged in Twitter accounts seamlessly. Install the extension, log in on your Twitter accounts and switch when you need it effortlessly. Add as many Twitter accounts as you want on Chrome from your desktop or laptop. Save time preventing going back and forth login in and login out from Twitter. Log in once and manage multiple Twitter accounts. More social media management resources: - Multiple Instagram Accounts Extension (https://chrome.google.com/webstore/detail/multiple-instagram-accoun/paagpgpgiddhamgkfhbkmfakdpheloak) - Twitter Growth Service (https://owlead.com) - Instagram Growth Service (https://owligram.com) Cheers!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Multiple Twitter Accounts Switcher for Chrome |
ID | gajnifmlijakbfmnhnnjplphnehlkfdh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/multiple-twitter-accounts/gajnifmlijakbfmnhnnjplphnehlkfdh |
คำอธิบาย | Switch between unlimited Twitter accounts on your computer with a single click. |
ขนาดไฟล์ | 91.52 KB |
จำนวนการติดตั้ง | 8,761 |
เวอร์ชันปัจจุบัน | 1.0.12 |
อัปเดตครั้งล่าสุด | 2022-05-18 |
วันที่เผยแพร่ | 2020-05-14 |
คะแนน | 2.89/5 รวมทั้งหมด 37 คะแนน |
ผู้พัฒนา | https://owlead.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://owlead.com/multiple-twitter-accounts/ |
URL หน้าช่วยเหลือ | https://owlead.com/multiple-twitter-accounts/ |
URL หน้านโยบายความเป็นส่วนตัว | https://owlead.com/privacy |
ภาษาที่รองรับ | en,es,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.12", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs", "storage", "cookies", "https:\/\/twitter.com\/" ], "browser_action": { "default_popup": "window.html" }, "background": { "scripts": [ "js\/util.js", "js\/background.js" ], "persistent": false }, "icons": { "128": "img\/icon.png" }, "content_scripts": [ { "css": [ "css\/styles.css" ], "js": [ "js\/jquery-3.3.1.min.js", "js\/content.js" ], "matches": [ "https:\/\/twitter.com\/*" ], "run_at": "document_end" } ] } |