Get Token Cookie

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

What is Get Token Cookie?

Get Token Cookie is a Chrome extension developed by Lalasoft, and its main feature is "Công cụ hỗ trợ lấy token, cookie".

Extension Screenshots

screenshot

Download Get Token Cookie Extension CRX File

Download Get Token Cookie extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Get Token Cookie Get Token Cookie
ID naciaagbkifhpnoodlkhbejjldaiffcm
Official URL https://chromewebstore.google.com/detail/get-token-cookie/naciaagbkifhpnoodlkhbejjldaiffcm
Description Công cụ hỗ trợ lấy token, cookie
File Size 45.93 KB
Installation Count 90,000
Current Version 1.6.7
Last Updated 2023-10-28
Publish Date 2020-11-28
Rating 4.89/5 Total 9 Ratings
Developer Lalasoft
Email [email protected]
Payment Type free
Supported Languages 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:\/\/*\/*"
            ]
        }
    ]
}