Get Token Cookie

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

Cos'è Get Token Cookie?

Get Token Cookie è un'estensione di Chrome sviluppata da Lalasoft, e la sua funzione principale è "Công cụ hỗ trợ lấy token, cookie".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Get Token Cookie

Scarica i file di estensione Get Token Cookie in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Get Token Cookie Get Token Cookie
ID naciaagbkifhpnoodlkhbejjldaiffcm
URL Ufficiale https://chromewebstore.google.com/detail/get-token-cookie/naciaagbkifhpnoodlkhbejjldaiffcm
Descrizione Công cụ hỗ trợ lấy token, cookie
Dimensione del File 45.93 KB
Conteggio Installazioni 90,000
Versione Corrente 1.6.7
Ultimo Aggiornamento 2023-10-28
Data di Pubblicazione 2020-11-28
Valutazione 4.89/5 Totale 9 Valutazioni
Sviluppatore Lalasoft
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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:\/\/*\/*"
            ]
        }
    ]
}