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
官方網址 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\/*"
    ]
}