Get Token Cookie

Công cụ hỗ trợ lấy token, cookie

Get Token Cookie란 무엇입니까?

Get Token Cookie은(는) Lalasoft에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Công cụ hỗ trợ lấy token, cookie"입니다.

확장 프로그램 스크린샷

screenshot

Get Token Cookie 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Tiện ích giúp bạn lấy cookie và token Phây búc một cách nhanh chóng.

Các tính năng chính:
 - Lấy cookie kèm theo user agent
 - Lấy token eaab
 - Lưu trữ tài khoản facebook, bấm vào UID là tự đăng nhập và chuyển tài khoản

Ưu điểm
 - Nhanh gọn lẹ
 - Không lưu trữ dữ liệu người dùng
 - Chuyển đổi profile facebook dễ ràng
Nhược điểm:
 - Không biết viết gì vì nó quá là mượt rồi

Một sản phẩm của những coder lalasoft vui vẻ,
Bạn có idea hay, chúng tôi có sự nhiệt huyết, hợp tác đi, tôi tin chắc bạn sẽ hài lòng !

V1.6.6 sửa lỗi:
 - Cập nhật tính năng lấy token eaab                    

확장 프로그램 기본 정보

이름 Get Token Cookie Get Token Cookie
ID naciaagbkifhpnoodlkhbejjldaiffcm
공식 URL https://chromewebstore.google.com/detail/get-token-cookie/naciaagbkifhpnoodlkhbejjldaiffcm
설명 Công cụ hỗ trợ lấy token, cookie
파일 크기 45.93 KB
설치 횟수 90,000
현재 버전 1.6.7
최근 업데이트 2023-10-28
출시 날짜 2020-11-28
평점 4.89/5 총 9 개의 평점
개발자 Lalasoft
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "backgroundSendToServer.js"
    },
    "action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Get Token Cookie "
    },
    "content_scripts": [
        {
            "js": [
                "innerScript.js"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/mbasic.facebook.com\/*",
                "https:\/\/web.facebook.com\/*",
                "https:\/\/m.facebook.com\/*",
                "https:\/\/mobile.facebook.com\/*"
            ]
        }
    ],
    "description": "C\u00f4ng c\u1ee5 h\u1ed7 tr\u1ee3 l\u1ea5y token, cookie",
    "icons": {
        "128": "images\/icon.png",
        "16": "images\/icon.png",
        "48": "images\/icon.png"
    },
    "manifest_version": 3,
    "name": "Get Token Cookie",
    "permissions": [
        "cookies",
        "tabs",
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*"
    ],
    "version": "1.6.7",
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}