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…

Hvad er TWACCS Easy Access?

TWACCS Easy Access er en Chrome-udvidelse udviklet af https://twaccs.com, og dens hovedfunktion er "Attention: You need to buy accounts on TWACCS.com to use this extension. This extension will make it easier to access your…".

Udvidelsesskærmbilleder

screenshot
screenshot

Download TWACCS Easy Access-udvidelses-CRX-fil

Download TWACCS Easy Access-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn TWACCS Easy Access TWACCS Easy Access
ID fahfomaocbmjebpcnbpojcipkgejgnna
Officiel URL https://chromewebstore.google.com/detail/twaccs-easy-access/fahfomaocbmjebpcnbpojcipkgejgnna
Beskrivelse Attention: You need to buy accounts on TWACCS.com to use this extension. This extension will make it easier to access your…
Filstørrelse 14.88 KB
Antal Installationer 2,293
Nuværende Version 1.5
Senest Opdateret 2023-11-25
Udgivelsesdato 2023-11-25
Udvikler https://twaccs.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://twaccs.com/
Hjælpeside-URL https://twaccs.com/contact
URL til Fortrolighedspolitik Side https://twaccs.com/privacy-and-cookie-policy
Understøttede Sprog 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\/*"
    ]
}