Get token by Vinhtool
Get Facebook access_token by Vinhtool
Cos'è Get token by Vinhtool?
Get token by Vinhtool è un'estensione di Chrome sviluppata da Vinh Tool, e la sua funzione principale è "Get Facebook access_token by Vinhtool".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Get token by Vinhtool
Scarica i file di estensione Get token by Vinhtool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/ Informazioni di Base sull'Estensione
| Nome | |
| ID | ekghgfohonhgofgdgleabkikdpdffoka |
| URL Ufficiale | https://chromewebstore.google.com/detail/get-token-by-vinhtool/ekghgfohonhgofgdgleabkikdpdffoka |
| Descrizione | Get Facebook access_token by Vinhtool |
| Dimensione del File | 765 KB |
| Conteggio Installazioni | 10,000 |
| Versione Corrente | 1.2 |
| Ultimo Aggiornamento | 2023-12-10 |
| Data di Pubblicazione | 2020-02-24 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | Vinh Tool |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://vinhnv.com/gioi-thieu-tien-ich-lay-token-facebook-toan-get-token-facebook-vinhtool/ |
| URL della Pagina di Aiuto | https://vinhnv.com/lien-voi-vinhtool/ |
| URL della Pagina della Politica sulla Privacy | https://vinhnv.com/policy |
| Lingue Supportate | 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"
]
} | |