Multiple Twitter Accounts Switcher for Chrome

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

Multiple Twitter Accounts Switcher for Chrome là gì?

Multiple Twitter Accounts Switcher for Chrome là một tiện ích mở rộng Chrome được phát triển bởi https://owlead.com, và tính năng chính của nó là "Switch between unlimited Twitter accounts on your computer with a single click.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Multiple Twitter Accounts Switcher for Chrome

Tải xuống các tệp mở rộng Multiple Twitter Accounts Switcher for Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Multiple Twitter Accounts Switcher for Chrome Multiple Twitter Accounts Switcher for Chrome
ID gajnifmlijakbfmnhnnjplphnehlkfdh
URL Chính Thức https://chromewebstore.google.com/detail/multiple-twitter-accounts/gajnifmlijakbfmnhnnjplphnehlkfdh
Mô tả Switch between unlimited Twitter accounts on your computer with a single click.
Kích Thước Tệp 91.52 KB
Số Lần Cài Đặt 8,761
Phiên Bản Hiện Tại 1.0.12
Cập Nhật Lần Cuối 2022-05-18
Ngày Phát Hành 2020-05-14
Đánh Giá 2.89/5 Tổng số 37 Đánh Giá
Nhà Phát Triển https://owlead.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://owlead.com/multiple-twitter-accounts/
URL Trang Trợ Giúp https://owlead.com/multiple-twitter-accounts/
URL Trang Chính Sách Bảo Mật https://owlead.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}