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'est-ce que TWACCS Easy Access ?

TWACCS Easy Access est une extension Chrome développée par https://twaccs.com, et sa fonction principale est "Attention: You need to buy accounts on TWACCS.com to use this extension. This extension will make it easier to access your…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension TWACCS Easy Access

Téléchargez les fichiers d'extension TWACCS Easy Access au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom TWACCS Easy Access TWACCS Easy Access
ID fahfomaocbmjebpcnbpojcipkgejgnna
URL Officiel https://chromewebstore.google.com/detail/twaccs-easy-access/fahfomaocbmjebpcnbpojcipkgejgnna
Description Attention: You need to buy accounts on TWACCS.com to use this extension. This extension will make it easier to access your…
Taille du Fichier 14.88 KB
Nombre d'Installations 2,293
Version Actuelle 1.5
Dernière Mise à Jour 2023-11-25
Date de Publication 2023-11-25
Développeur https://twaccs.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://twaccs.com/
URL de la Page d'Aide https://twaccs.com/contact
URL de la Page de Politique de Confidentialité https://twaccs.com/privacy-and-cookie-policy
Langues Prises en Charge 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\/*"
    ]
}