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…

Was ist TWACCS Easy Access?

TWACCS Easy Access ist eine Chrome-Erweiterung, die von https://twaccs.com entwickelt wurde, und ihr Hauptmerkmal ist "Attention: You need to buy accounts on TWACCS.com to use this extension. This extension will make it easier to access your…".

Erweiterungsscreenshots

screenshot
screenshot

TWACCS Easy Access-Erweiterungs-CRX-Datei herunterladen

Laden Sie TWACCS Easy Access-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name TWACCS Easy Access TWACCS Easy Access
ID fahfomaocbmjebpcnbpojcipkgejgnna
Offizielle URL https://chromewebstore.google.com/detail/twaccs-easy-access/fahfomaocbmjebpcnbpojcipkgejgnna
Beschreibung Attention: You need to buy accounts on TWACCS.com to use this extension. This extension will make it easier to access your…
Dateigröße 14.88 KB
Installationsanzahl 2,293
Aktuelle Version 1.5
Letztes Update 2023-11-25
Veröffentlichungsdatum 2023-11-25
Entwickler https://twaccs.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://twaccs.com/
Hilfeseite URL https://twaccs.com/contact
URL der Datenschutzrichtlinien-Seite https://twaccs.com/privacy-and-cookie-policy
Unterstützte Sprachen 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\/*"
    ]
}