Multiple Twitter Accounts Switcher for Chrome

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

Co je Multiple Twitter Accounts Switcher for Chrome?

Multiple Twitter Accounts Switcher for Chrome je rozšíření Chrome vyvinuté https://owlead.com, a jeho hlavní funkcí je „Switch between unlimited Twitter accounts on your computer with a single click.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Multiple Twitter Accounts Switcher for Chrome

Stáhněte si soubory rozšíření Multiple Twitter Accounts Switcher for Chrome ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Multiple Twitter Accounts Switcher for Chrome Multiple Twitter Accounts Switcher for Chrome
ID gajnifmlijakbfmnhnnjplphnehlkfdh
Oficiální URL https://chromewebstore.google.com/detail/multiple-twitter-accounts/gajnifmlijakbfmnhnnjplphnehlkfdh
Popis Switch between unlimited Twitter accounts on your computer with a single click.
Velikost souboru 91.52 KB
Počet instalací 8,761
Aktuální Verze 1.0.12
Poslední Aktualizace 2022-05-18
Datum Vydání 2020-05-14
Hodnocení 2.89/5 Celkem 37 Hodnocení
Vývojář https://owlead.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://owlead.com/multiple-twitter-accounts/
URL Stránky Nápovědy https://owlead.com/multiple-twitter-accounts/
URL Stránky Zásad Ochrany Soukromí https://owlead.com/privacy
Podporované Jazyky 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"
        }
    ]
}