Apk Downloader apktoVi.com

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

Apk Downloader apktoVi.com क्या है?

Apk Downloader apktoVi.com tovicorp.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "We help you download apk file in Google Play easily and fast"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Apk Downloader apktoVi.com एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}