APK Downloader by Play Store

Download the Play Store and free app and game APK files easily on your browser.

APK Downloader by Play Store क्या है?

APK Downloader by Play Store TDL द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download the Play Store and free app and game APK files easily on your browser."।

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

screenshot

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

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

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

                        This extension allows users to download APKs of games and applications for free. Simple work, just enter the name of the app you want to download the APK file and press the download button.                    

एक्सटेंशन की मूल जानकारी

नाम APK Downloader by Play Store APK Downloader by Play Store
ID lolomeiflbabgoidcidmbdcpmbjmajao
आधिकारिक URL https://chrome.google.com/webstore/detail/apk-downloader-by-play-st/lolomeiflbabgoidcidmbdcpmbjmajao
विवरण Download the Play Store and free app and game APK files easily on your browser.
फ़ाइल का आकार 18.1 KB
स्थापना संख्या 33,603
वर्तमान संस्करण 0.1.1
अंतिम अपडेट 2020-03-16
प्रकाशन तिथि 2020-03-14
रेटिंग 3.15/5 कुल 34 रेटिंग्स
डेवलपर TDL
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://uptofast.com/apk-downloader
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "APK Downloader by Play Store",
    "description": "Download the Play Store and free app and game APK files easily on your browser.",
    "version": "0.1.1",
    "chrome_url_overrides": {
        "newtab": "newpage.html"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}