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”。
扩展截图
下载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/ 扩展基本信息
| 名称 | |
| ID | ekghgfohonhgofgdgleabkikdpdffoka |
| 官方URL | 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"
]
} | |