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 là gì?

TWACCS Easy Access là một tiện ích mở rộng Chrome được phát triển bởi https://twaccs.com, và tính năng chính của nó là "Attention: You need to buy accounts on TWACCS.com to use this extension. This extension will make it easier to access your…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TWACCS Easy Access

Tải xuống các tệp mở rộng TWACCS Easy Access dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TWACCS Easy Access TWACCS Easy Access
ID fahfomaocbmjebpcnbpojcipkgejgnna
URL Chính Thức https://chromewebstore.google.com/detail/twaccs-easy-access/fahfomaocbmjebpcnbpojcipkgejgnna
Mô tả Attention: You need to buy accounts on TWACCS.com to use this extension. This extension will make it easier to access your…
Kích Thước Tệp 14.88 KB
Số Lần Cài Đặt 2,293
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2023-11-25
Ngày Phát Hành 2023-11-25
Nhà Phát Triển https://twaccs.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://twaccs.com/
URL Trang Trợ Giúp https://twaccs.com/contact
URL Trang Chính Sách Bảo Mật https://twaccs.com/privacy-and-cookie-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}