Get token by Vinhtool

Get Facebook access_token by Vinhtool

什麼是Get token by Vinhtool?

Get token by Vinhtool是由Vinh Tool開發的Chrome擴展程式,該擴展的主要功能是“Get Facebook access_token by Vinhtool”。

擴展截圖

screenshot

下載Get token by Vinhtool擴展crx文件

下載Get token by Vinhtool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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/                    

擴展基本資訊

名稱 Get token by Vinhtool Get token by Vinhtool
ID ekghgfohonhgofgdgleabkikdpdffoka
官方網址 https://chromewebstore.google.com/detail/get-token-by-vinhtool/ekghgfohonhgofgdgleabkikdpdffoka
簡介 Get Facebook access_token by Vinhtool
檔案大小 765 KB
安裝次數 10,000
目前版本 1.2
更新時間 2023-12-10
上架時間 2020-02-24
評分 5.00/5 共 2 次評分
開發者 Vinh Tool
電子郵箱 [email protected]
付費類型 free
擴展官網 https://vinhnv.com/gioi-thieu-tien-ich-lay-token-facebook-toan-get-token-facebook-vinhtool/
說明頁面URL https://vinhnv.com/lien-voi-vinhtool/
隱私政策頁面URL https://vinhnv.com/policy
支援的語言 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"
    ]
}