Multiple Twitter Accounts Switcher for Chrome

Switch between unlimited Twitter accounts on your computer with a single click.

What is Multiple Twitter Accounts Switcher for Chrome?

Multiple Twitter Accounts Switcher for Chrome is a Chrome extension developed by https://owlead.com, and its main feature is "Switch between unlimited Twitter accounts on your computer with a single click.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Multiple Twitter Accounts Switcher for Chrome Extension CRX File

Download Multiple Twitter Accounts Switcher for Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Multiple Twitter Accounts Switcher for Chrome Multiple Twitter Accounts Switcher for Chrome
ID gajnifmlijakbfmnhnnjplphnehlkfdh
Official URL https://chromewebstore.google.com/detail/multiple-twitter-accounts/gajnifmlijakbfmnhnnjplphnehlkfdh
Description Switch between unlimited Twitter accounts on your computer with a single click.
File Size 91.52 KB
Installation Count 8,761
Current Version 1.0.12
Last Updated 2022-05-18
Publish Date 2020-05-14
Rating 2.89/5 Total 37 Ratings
Developer https://owlead.com
Email [email protected]
Payment Type free
Extension Website https://owlead.com/multiple-twitter-accounts/
Help Page URL https://owlead.com/multiple-twitter-accounts/
Privacy Policy Page URL https://owlead.com/privacy
Supported Languages 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"
        }
    ]
}