Get token by Vinhtool
Get Facebook access_token by Vinhtool
Vad är Get token by Vinhtool?
Get token by Vinhtool är en Chrome-tillägg utvecklad av Vinh Tool, och dess huvudfunktion är "Get Facebook access_token by Vinhtool".
Tilläggsskärmbilder
Ladda ner Get token by Vinhtool-förlängningens CRX-fil
Ladda ner Get token by Vinhtool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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/ Grundläggande Information om Tillägg
| Namn | |
| ID | ekghgfohonhgofgdgleabkikdpdffoka |
| Officiell webbadress | https://chromewebstore.google.com/detail/get-token-by-vinhtool/ekghgfohonhgofgdgleabkikdpdffoka |
| Beskrivning | Get Facebook access_token by Vinhtool |
| Filstorlek | 765 KB |
| Antal Installationer | 10,000 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2023-12-10 |
| Publiceringsdatum | 2020-02-24 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | Vinh Tool |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://vinhnv.com/gioi-thieu-tien-ich-lay-token-facebook-toan-get-token-facebook-vinhtool/ |
| Hjälpsida URL | https://vinhnv.com/lien-voi-vinhtool/ |
| URL till Sekretesspolicy Sidan | https://vinhnv.com/policy |
| Stödda Språk | 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"
]
} | |