Multiple Twitter Accounts Switcher for Chrome

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

什么是Multiple Twitter Accounts Switcher for Chrome?

Multiple Twitter Accounts Switcher for Chrome是由https://owlead.com开发的Chrome扩展程序,该扩展的主要功能是“Switch between unlimited Twitter accounts on your computer with a single click.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Multiple Twitter Accounts Switcher for Chrome扩展crx文件

下载Multiple Twitter Accounts Switcher for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Multiple Twitter Accounts Switcher for Chrome Multiple Twitter Accounts Switcher for Chrome
ID gajnifmlijakbfmnhnnjplphnehlkfdh
官方URL https://chromewebstore.google.com/detail/multiple-twitter-accounts/gajnifmlijakbfmnhnnjplphnehlkfdh
简介 Switch between unlimited Twitter accounts on your computer with a single click.
文件大小 91.52 KB
安装次数 8,761
当前版本 1.0.12
更新时间 2022-05-18
上架时间 2020-05-14
评分 2.89/5 共37次评分
开发者 https://owlead.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://owlead.com/multiple-twitter-accounts/
帮助页面URL https://owlead.com/multiple-twitter-accounts/
隐私政策页面URL https://owlead.com/privacy
支持的语言 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"
        }
    ]
}