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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://twaccs.com และคุณลักษณะหลักของมันคือ "Attention: You need to buy accounts on TWACCS.com to use this extension. This extension will make it easier to access your…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TWACCS Easy Access

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/*"
    ]
}