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…

¿Qué es TWACCS Easy Access?

TWACCS Easy Access es una extensión de Chrome desarrollada por https://twaccs.com, y su función principal es "Attention: You need to buy accounts on TWACCS.com to use this extension. This extension will make it easier to access your…".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión TWACCS Easy Access

Descarga archivos de extensión TWACCS Easy Access en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre TWACCS Easy Access TWACCS Easy Access
ID fahfomaocbmjebpcnbpojcipkgejgnna
URL Oficial https://chromewebstore.google.com/detail/twaccs-easy-access/fahfomaocbmjebpcnbpojcipkgejgnna
Descripción Attention: You need to buy accounts on TWACCS.com to use this extension. This extension will make it easier to access your…
Tamaño del Archivo 14.88 KB
Cantidad de Instalaciones 2,293
Versión Actual 1.5
Última Actualización 2023-11-25
Fecha de Publicación 2023-11-25
Desarrollador https://twaccs.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://twaccs.com/
URL de la Página de Ayuda https://twaccs.com/contact
URL de la Página de Política de Privacidad https://twaccs.com/privacy-and-cookie-policy
Idiomas Soportados 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\/*"
    ]
}