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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://twaccs.com/contact
عنوان صفحة سياسة الخصوصية 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\/*"
    ]
}