Apk Downloader apktoVi.com

We help you download apk file in Google Play easily and fast

Apa itu Apk Downloader apktoVi.com?

Apk Downloader apktoVi.com adalah ekstensi Chrome yang dikembangkan oleh tovicorp.com, dan fitur utamanya adalah "We help you download apk file in Google Play easily and fast".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Apk Downloader apktoVi.com

Unduh file ekstensi Apk Downloader apktoVi.com 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

                        We help you download apk files in Google Play easily and fast                    

Informasi Dasar Ekstensi

Nama Apk Downloader apktoVi.com Apk Downloader apktoVi.com
ID oladppopamjffpaodbmgfknmmpbppfoj
URL Resmi https://chrome.google.com/webstore/detail/apk-downloader-apktovicom/oladppopamjffpaodbmgfknmmpbppfoj
Deskripsi We help you download apk file in Google Play easily and fast
Ukuran File 49.97 KB
Jumlah Instalasi 656
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2019-12-16
Tanggal Publikasi 2019-12-16
Penilaian 3.00/5 Total 2 Penilaian
Pengembang tovicorp.com
Tipe Pembayaran free
Situs Ekstensi https://apktovi.com
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Apk Downloader apktoVi.com",
    "short_name": "Apk Downloader apktoVi.com",
    "version": "1.0.0",
    "description": "We help you download apk file in Google Play easily and fast",
    "minimum_chrome_version": "16.0.884",
    "background": {
        "scripts": [
            "\/assets\/js\/jquery-3.4.1.min.js",
            "\/config.js",
            "\/assets\/js\/background.js"
        ]
    },
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "128": "128.png"
    },
    "browser_action": {
        "browser_style": false,
        "default_title": "Apk Downloader apktoVi.com"
    },
    "author": "Trigvent",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "activeTab",
        "tabs",
        "*:\/\/play.google.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/play.google.com\/*"
            ],
            "js": [
                "\/assets\/js\/jquery-3.4.1.min.js",
                "\/config.js",
                "\/assets\/js\/content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/assets\/css\/content-script.css"
    ]
}