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はhttps://owlead.comによって開発されたChromeの拡張機能で、その主な機能は「Switch between unlimited Twitter accounts on your computer with a single click.」です。
拡張機能のスクリーンショット
Multiple Twitter Accounts Switcher for Chrome拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" } ] } |