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ファイルをダウンロード

TWACCS Easy Access拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/*"
    ]
}