Apk Downloader apktoVi.com

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

Apk Downloader apktoVi.comคืออะไร?

Apk Downloader apktoVi.com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tovicorp.com และคุณลักษณะหลักของมันคือ "We help you download apk file in Google Play easily and fast"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Apk Downloader apktoVi.com

ดาวน์โหลดไฟล์ส่วนขยาย Apk Downloader apktoVi.com ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Apk Downloader apktoVi.com Apk Downloader apktoVi.com
ID oladppopamjffpaodbmgfknmmpbppfoj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/apk-downloader-apktovicom/oladppopamjffpaodbmgfknmmpbppfoj
คำอธิบาย We help you download apk file in Google Play easily and fast
ขนาดไฟล์ 49.97 KB
จำนวนการติดตั้ง 656
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2019-12-16
วันที่เผยแพร่ 2019-12-16
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา tovicorp.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://apktovi.com
ภาษาที่รองรับ 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"
    ]
}