APK Downloader by Play Store

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

Vad är APK Downloader by Play Store?

APK Downloader by Play Store är en Chrome-tillägg utvecklad av TDL, och dess huvudfunktion är "Download the Play Store and free app and game APK files easily on your browser.".

Tilläggsskärmbilder

screenshot

Ladda ner APK Downloader by Play Store-förlängningens CRX-fil

Ladda ner APK Downloader by Play Store-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn APK Downloader by Play Store APK Downloader by Play Store
ID lolomeiflbabgoidcidmbdcpmbjmajao
Officiell webbadress https://chrome.google.com/webstore/detail/apk-downloader-by-play-st/lolomeiflbabgoidcidmbdcpmbjmajao
Beskrivning Download the Play Store and free app and game APK files easily on your browser.
Filstorlek 18.1 KB
Antal Installationer 33,603
Aktuell Version 0.1.1
Senast Uppdaterad 2020-03-16
Publiceringsdatum 2020-03-14
Betyg 3.15/5 Totalt 34 Betyg
Utvecklare TDL
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://uptofast.com/apk-downloader
Stödda Språk 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
    }
}