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…

Cos'è TWACCS Easy Access?

TWACCS Easy Access è un'estensione di Chrome sviluppata da https://twaccs.com, e la sua funzione principale è "Attention: You need to buy accounts on TWACCS.com to use this extension. This extension will make it easier to access your…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione TWACCS Easy Access

Scarica i file di estensione TWACCS Easy Access in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome TWACCS Easy Access TWACCS Easy Access
ID fahfomaocbmjebpcnbpojcipkgejgnna
URL Ufficiale https://chromewebstore.google.com/detail/twaccs-easy-access/fahfomaocbmjebpcnbpojcipkgejgnna
Descrizione Attention: You need to buy accounts on TWACCS.com to use this extension. This extension will make it easier to access your…
Dimensione del File 14.88 KB
Conteggio Installazioni 2,293
Versione Corrente 1.5
Ultimo Aggiornamento 2023-11-25
Data di Pubblicazione 2023-11-25
Sviluppatore https://twaccs.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://twaccs.com/
URL della Pagina di Aiuto https://twaccs.com/contact
URL della Pagina della Politica sulla Privacy https://twaccs.com/privacy-and-cookie-policy
Lingue Supportate 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\/*"
    ]
}