Multiple Twitter Accounts Switcher for Chrome

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

Apa itu Multiple Twitter Accounts Switcher for Chrome?

Multiple Twitter Accounts Switcher for Chrome adalah ekstensi Chrome yang dikembangkan oleh https://owlead.com, dan fitur utamanya adalah "Switch between unlimited Twitter accounts on your computer with a single click.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Multiple Twitter Accounts Switcher for Chrome

Unduh file ekstensi Multiple Twitter Accounts Switcher for Chrome dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Multiple Twitter Accounts Switcher for Chrome Multiple Twitter Accounts Switcher for Chrome
ID gajnifmlijakbfmnhnnjplphnehlkfdh
URL Resmi https://chromewebstore.google.com/detail/multiple-twitter-accounts/gajnifmlijakbfmnhnnjplphnehlkfdh
Deskripsi Switch between unlimited Twitter accounts on your computer with a single click.
Ukuran File 91.52 KB
Jumlah Instalasi 8,761
Versi Saat Ini 1.0.12
Terakhir Diperbarui 2022-05-18
Tanggal Publikasi 2020-05-14
Penilaian 2.89/5 Total 37 Penilaian
Pengembang https://owlead.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://owlead.com/multiple-twitter-accounts/
URL Halaman Bantuan https://owlead.com/multiple-twitter-accounts/
URL Halaman Kebijakan Privasi https://owlead.com/privacy
Bahasa yang Didukung 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"
        }
    ]
}