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…

Τι είναι το TWACCS Easy Access;

Το TWACCS Easy Access είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://twaccs.com, και η κύρια λειτουργία του είναι "Attention: You need to buy accounts on TWACCS.com to use this extension. This extension will make it easier to access your…".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης TWACCS Easy Access

Λήψη αρχείων επέκτασης TWACCS Easy Access σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα TWACCS Easy Access TWACCS Easy Access
ID fahfomaocbmjebpcnbpojcipkgejgnna
Επίσημο URL https://chromewebstore.google.com/detail/twaccs-easy-access/fahfomaocbmjebpcnbpojcipkgejgnna
Περιγραφή Attention: You need to buy accounts on TWACCS.com to use this extension. This extension will make it easier to access your…
Μέγεθος Αρχείου 14.88 KB
Αριθμός Εγκαταστάσεων 2,293
Τρέχουσα Έκδοση 1.5
Τελευταία Ενημέρωση 2023-11-25
Ημερομηνία Δημοσίευσης 2023-11-25
Προγραμματιστής https://twaccs.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://twaccs.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://twaccs.com/contact
URL της Σελίδας Πολιτικής Απορρήτου https://twaccs.com/privacy-and-cookie-policy
Υποστηριζόμενες Γλώσσες 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\/*"
    ]
}