Get token by Vinhtool

Get Facebook access_token by Vinhtool

Get token by Vinhtool là gì?

Get token by Vinhtool là một tiện ích mở rộng Chrome được phát triển bởi Vinh Tool, và tính năng chính của nó là "Get Facebook access_token by Vinhtool".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Get token by Vinhtool

Tải xuống các tệp mở rộng Get token by Vinhtool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Get token by VinhTool is a small and free extension

Author: Vinh Tool 
For more information: https://vinhnv.com/gioi-thieu-tien-ich-lay-token-facebook-toan-get-token-facebook-vinhtool/
Privacy Policy: https://vinhnv.com/policy/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Get token by Vinhtool Get token by Vinhtool
ID ekghgfohonhgofgdgleabkikdpdffoka
URL Chính Thức https://chromewebstore.google.com/detail/get-token-by-vinhtool/ekghgfohonhgofgdgleabkikdpdffoka
Mô tả Get Facebook access_token by Vinhtool
Kích Thước Tệp 765 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2023-12-10
Ngày Phát Hành 2020-02-24
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Vinh Tool
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://vinhnv.com/gioi-thieu-tien-ich-lay-token-facebook-toan-get-token-facebook-vinhtool/
URL Trang Trợ Giúp https://vinhnv.com/lien-voi-vinhtool/
URL Trang Chính Sách Bảo Mật https://vinhnv.com/policy
Ngôn Ngữ Được Hỗ Trợ vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Get token by Vinhtool",
    "description": "Get Facebook access_token by Vinhtool",
    "version": "1.2",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png"
        },
        "default_popup": "popup.html",
        "default_title": "Get token by Vinhtool"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ]
}