Get token by Vinhtool

Get Facebook access_token by Vinhtool

Co to jest Get token by Vinhtool?

Get token by Vinhtool to rozszerzenie Chrome opracowane przez Vinh Tool, a jego główną funkcją jest „Get Facebook access_token by Vinhtool”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Get token by Vinhtool

Pobierz pliki rozszerzeń Get token by Vinhtool w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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/                    

Podstawowe informacje o rozszerzeniu

Nazwa Get token by Vinhtool Get token by Vinhtool
ID ekghgfohonhgofgdgleabkikdpdffoka
Oficjalny URL https://chromewebstore.google.com/detail/get-token-by-vinhtool/ekghgfohonhgofgdgleabkikdpdffoka
Opis Get Facebook access_token by Vinhtool
Rozmiar pliku 765 KB
Liczba instalacji 10,000
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2023-12-10
Data Publikacji 2020-02-24
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Vinh Tool
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://vinhnv.com/gioi-thieu-tien-ich-lay-token-facebook-toan-get-token-facebook-vinhtool/
Adres URL Strony Pomocy https://vinhnv.com/lien-voi-vinhtool/
Adres URL Strony Polityki Prywatności https://vinhnv.com/policy
Obsługiwane Języki 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"
    ]
}