TWACCS Easy Access

Attention: You need to buy accounts on TWACCS.com to use this extension. This extension will make it easier to access your…

TWACCS Easy Access란 무엇입니까?

TWACCS Easy Access은(는) https://twaccs.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Attention: You need to buy accounts on TWACCS.com to use this extension. This extension will make it easier to access your…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

TWACCS Easy Access 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Attention: You need to buy accounts on TWACCS.com to use this extension.

This extension will make it easier to access your accounts that are bought from TWACCS.

Update notes (v1.5)

- Added an interface on the extension. You no longer need to use TWACCS.com to switch between the last 10 accounts you logged into. You can do this directly through this extension.

- Fixed the issue where the session was terminated when the browser was closed and opened.

- Now, all cookies of the new account (instead of auth token) are adding to login.                    

확장 프로그램 기본 정보

이름 TWACCS Easy Access TWACCS Easy Access
ID fahfomaocbmjebpcnbpojcipkgejgnna
공식 URL https://chromewebstore.google.com/detail/twaccs-easy-access/fahfomaocbmjebpcnbpojcipkgejgnna
설명 Attention: You need to buy accounts on TWACCS.com to use this extension. This extension will make it easier to access your…
파일 크기 14.88 KB
설치 횟수 2,293
현재 버전 1.5
최근 업데이트 2023-11-25
출시 날짜 2023-11-25
개발자 https://twaccs.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://twaccs.com/
도움말 페이지 URL https://twaccs.com/contact
개인정보 보호 정책 페이지 URL https://twaccs.com/privacy-and-cookie-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TWACCS Easy Access",
    "version": "1.5",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "incognito": "split",
    "permissions": [
        "cookies",
        "tabs",
        "storage",
        "browsingData"
    ],
    "externally_connectable": {
        "matches": [
            ""
        ]
    },
    "host_permissions": [
        "*:\/\/*.twitter.com\/*"
    ]
}