Get token by Vinhtool

Get Facebook access_token by Vinhtool

Apa itu Get token by Vinhtool?

Get token by Vinhtool adalah ekstensi Chrome yang dikembangkan oleh Vinh Tool, dan fitur utamanya adalah "Get Facebook access_token by Vinhtool".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Get token by Vinhtool

Unduh file ekstensi Get token by Vinhtool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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/                    

Informasi Dasar Ekstensi

Nama Get token by Vinhtool Get token by Vinhtool
ID ekghgfohonhgofgdgleabkikdpdffoka
URL Resmi https://chromewebstore.google.com/detail/get-token-by-vinhtool/ekghgfohonhgofgdgleabkikdpdffoka
Deskripsi Get Facebook access_token by Vinhtool
Ukuran File 765 KB
Jumlah Instalasi 10,000
Versi Saat Ini 1.2
Terakhir Diperbarui 2023-12-10
Tanggal Publikasi 2020-02-24
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Vinh Tool
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://vinhnv.com/gioi-thieu-tien-ich-lay-token-facebook-toan-get-token-facebook-vinhtool/
URL Halaman Bantuan https://vinhnv.com/lien-voi-vinhtool/
URL Halaman Kebijakan Privasi https://vinhnv.com/policy
Bahasa yang Didukung 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"
    ]
}