TexAu Chrome Extension
TexAu Chrome Extension makes TexAu easier to use by automatically retrieving your session cookies.
TexAu Chrome Extension क्या है?
TexAu Chrome Extension https://texau.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "TexAu Chrome Extension makes TexAu easier to use by automatically retrieving your session cookies."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TexAu Chrome Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" } |