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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "TexAu Chrome Extension makes TexAu easier to use by automatically retrieving your session cookies."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

TexAu Chrome Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
}