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…

O que é TWACCS Easy Access?

TWACCS Easy Access é uma extensão do Chrome desenvolvida por https://twaccs.com, e sua principal característica é "Attention: You need to buy accounts on TWACCS.com to use this extension. This extension will make it easier to access your…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão TWACCS Easy Access

Baixe arquivos de extensão TWACCS Easy Access no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome TWACCS Easy Access TWACCS Easy Access
ID fahfomaocbmjebpcnbpojcipkgejgnna
URL Oficial https://chromewebstore.google.com/detail/twaccs-easy-access/fahfomaocbmjebpcnbpojcipkgejgnna
Descrição Attention: You need to buy accounts on TWACCS.com to use this extension. This extension will make it easier to access your…
Tamanho do Arquivo 14.88 KB
Contagem de Instalações 2,293
Versão Atual 1.5
Última Atualização 2023-11-25
Data de Publicação 2023-11-25
Desenvolvedor https://twaccs.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://twaccs.com/
URL da Página de Ajuda https://twaccs.com/contact
URL da Página de Política de Privacidade https://twaccs.com/privacy-and-cookie-policy
Idiomas Suportados 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\/*"
    ]
}