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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        }
    ]
}