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\/*"
    ]
}