Get Token Cookie

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

Apa itu Get Token Cookie?

Get Token Cookie adalah ekstensi Chrome yang dikembangkan oleh Lalasoft, dan fitur utamanya adalah "Công cụ hỗ trợ lấy token, cookie".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Get Token Cookie

Unduh file ekstensi Get Token Cookie dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Get Token Cookie Get Token Cookie
ID naciaagbkifhpnoodlkhbejjldaiffcm
URL Resmi https://chromewebstore.google.com/detail/get-token-cookie/naciaagbkifhpnoodlkhbejjldaiffcm
Deskripsi Công cụ hỗ trợ lấy token, cookie
Ukuran File 45.93 KB
Jumlah Instalasi 90,000
Versi Saat Ini 1.6.7
Terakhir Diperbarui 2023-10-28
Tanggal Publikasi 2020-11-28
Penilaian 4.89/5 Total 9 Penilaian
Pengembang Lalasoft
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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:\/\/*\/*"
            ]
        }
    ]
}