APK Downloader by Play Store

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

Co to jest APK Downloader by Play Store?

APK Downloader by Play Store to rozszerzenie Chrome opracowane przez TDL, a jego główną funkcją jest „Download the Play Store and free app and game APK files easily on your browser.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia APK Downloader by Play Store

Pobierz pliki rozszerzeń APK Downloader by Play Store w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa APK Downloader by Play Store APK Downloader by Play Store
ID lolomeiflbabgoidcidmbdcpmbjmajao
Oficjalny URL https://chrome.google.com/webstore/detail/apk-downloader-by-play-st/lolomeiflbabgoidcidmbdcpmbjmajao
Opis Download the Play Store and free app and game APK files easily on your browser.
Rozmiar pliku 18.1 KB
Liczba instalacji 33,603
Aktualna Wersja 0.1.1
Ostatnia Aktualizacja 2020-03-16
Data Publikacji 2020-03-14
Ocena 3.15/5 Łącznie 34 Oceny
Deweloper TDL
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://uptofast.com/apk-downloader
Obsługiwane Języki 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
    }
}