Get Token Cookie

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

O que é Get Token Cookie?

Get Token Cookie é uma extensão do Chrome desenvolvida por Lalasoft, e sua principal característica é "Công cụ hỗ trợ lấy token, cookie".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Get Token Cookie

Baixe arquivos de extensão Get Token Cookie no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Get Token Cookie Get Token Cookie
ID naciaagbkifhpnoodlkhbejjldaiffcm
URL Oficial https://chromewebstore.google.com/detail/get-token-cookie/naciaagbkifhpnoodlkhbejjldaiffcm
Descrição Công cụ hỗ trợ lấy token, cookie
Tamanho do Arquivo 45.93 KB
Contagem de Instalações 90,000
Versão Atual 1.6.7
Última Atualização 2023-10-28
Data de Publicação 2020-11-28
Classificação 4.89/5 Total de 9 Avaliações
Desenvolvedor Lalasoft
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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:\/\/*\/*"
            ]
        }
    ]
}