Get token by Vinhtool

Get Facebook access_token by Vinhtool

Was ist Get token by Vinhtool?

Get token by Vinhtool ist eine Chrome-Erweiterung, die von Vinh Tool entwickelt wurde, und ihr Hauptmerkmal ist "Get Facebook access_token by Vinhtool".

Erweiterungsscreenshots

screenshot

Get token by Vinhtool-Erweiterungs-CRX-Datei herunterladen

Laden Sie Get token by Vinhtool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/                    

Grundlegende Informationen zur Erweiterung

Name Get token by Vinhtool Get token by Vinhtool
ID ekghgfohonhgofgdgleabkikdpdffoka
Offizielle URL https://chromewebstore.google.com/detail/get-token-by-vinhtool/ekghgfohonhgofgdgleabkikdpdffoka
Beschreibung Get Facebook access_token by Vinhtool
Dateigröße 765 KB
Installationsanzahl 10,000
Aktuelle Version 1.2
Letztes Update 2023-12-10
Veröffentlichungsdatum 2020-02-24
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Vinh Tool
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://vinhnv.com/gioi-thieu-tien-ich-lay-token-facebook-toan-get-token-facebook-vinhtool/
Hilfeseite URL https://vinhnv.com/lien-voi-vinhtool/
URL der Datenschutzrichtlinien-Seite https://vinhnv.com/policy
Unterstützte Sprachen 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"
    ]
}