Multiple Twitter Accounts Switcher for Chrome

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

Wat is Multiple Twitter Accounts Switcher for Chrome?

Multiple Twitter Accounts Switcher for Chrome is een Chrome-extensie ontwikkeld door https://owlead.com, en de belangrijkste functie is "Switch between unlimited Twitter accounts on your computer with a single click.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Multiple Twitter Accounts Switcher for Chrome

Download Multiple Twitter Accounts Switcher for Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Multiple Twitter Accounts Switcher for Chrome Multiple Twitter Accounts Switcher for Chrome
ID gajnifmlijakbfmnhnnjplphnehlkfdh
Officiële URL https://chromewebstore.google.com/detail/multiple-twitter-accounts/gajnifmlijakbfmnhnnjplphnehlkfdh
Beschrijving Switch between unlimited Twitter accounts on your computer with a single click.
Bestandsgrootte 91.52 KB
Aantal Installaties 8,761
Huidige Versie 1.0.12
Laatst Bijgewerkt 2022-05-18
Publicatiedatum 2020-05-14
Beoordeling 2.89/5 Totaal 37 Beoordelingen
Ontwikkelaar https://owlead.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://owlead.com/multiple-twitter-accounts/
Help Pagina-URL https://owlead.com/multiple-twitter-accounts/
URL van de Privacybeleid Pagina https://owlead.com/privacy
Ondersteunde Talen 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"
        }
    ]
}