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.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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 Multiple Twitter Accounts Switcher for Chrome
ID gajnifmlijakbfmnhnnjplphnehlkfdh
官方網址 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"
        }
    ]
}