TexAu Chrome Extension

TexAu Chrome Extension makes TexAu easier to use by automatically retrieving your session cookies.

Τι είναι το TexAu Chrome Extension;

Το TexAu Chrome Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://texau.com, και η κύρια λειτουργία του είναι "TexAu Chrome Extension makes TexAu easier to use by automatically retrieving your session cookies.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης TexAu Chrome Extension

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

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

                        TexAu is a growth automation platform to scale businesses faster. 

TexAu Chrome extension allows you to quickly get cookies for any social media platform and websites that TexAu supports.

Let's see how you can fill cookie quickly using TexAu Chrome Extension.

Step 1: Install the extension in your browser

Step 2: Visit TexAu App: https://app.texau.com and open any Spice which requires a cookie

Step :3: You will see "Get Cookie" button, simply click on it and it will feel the cookies for you.

Bonus: In case if you have installed the extension but not still seeing "Get Chrome Extension" button, simply refresh the page twice and that will solve the problem.

[ See the attached image below for more explanation ]

** Update 2.0.7: Now you can grab cookies even from Incognito Mode as well

Cheers,
TexAu Team ❤️                    

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

Όνομα TexAu Chrome Extension TexAu Chrome Extension
ID chilggcmkfgpjeljoebelchjjafdedao
Επίσημο URL https://chromewebstore.google.com/detail/texau-chrome-extension/chilggcmkfgpjeljoebelchjjafdedao
Περιγραφή TexAu Chrome Extension makes TexAu easier to use by automatically retrieving your session cookies.
Μέγεθος Αρχείου 17.25 KB
Αριθμός Εγκαταστάσεων 7,662
Τρέχουσα Έκδοση 2.0.11
Τελευταία Ενημέρωση 2023-12-20
Ημερομηνία Δημοσίευσης 2020-05-14
Αξιολόγηση 4.86/5 Συνολικά 107 Αξιολογήσεις
Προγραμματιστής https://texau.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.texau.com
Διεύθυνση URL της Σελίδας Βοήθειας https://support.texau.com/hc/en-us
URL της Σελίδας Πολιτικής Απορρήτου https://texau.com/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TexAu Chrome Extension",
    "version": "2.0.11",
    "description": "TexAu Chrome Extension makes TexAu easier to use by automatically retrieving your session cookies.",
    "permissions": [
        "notifications",
        "cookies",
        "*:\/\/*.producthunt.com\/*",
        "*:\/\/*.medium.com\/*",
        "*:\/\/*.slack.com\/*",
        "*:\/\/*.texau.com\/*",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.pinterest.com\/*",
        "*:\/\/*.twitter.com\/*",
        "*:\/\/*.quora.com\/*",
        "*:\/\/*.youtube.com\/*"
    ],
    "background": {
        "scripts": [
            "\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/icon_128.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "\/js\/content.js"
            ],
            "matches": [
                "*:\/\/*.texau.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "manifest_version": 2,
    "incognito": "split"
}