APK Downloader by Play Store
Download the Play Store and free app and game APK files easily on your browser.
Was ist APK Downloader by Play Store?
APK Downloader by Play Store ist eine Chrome-Erweiterung, die von TDL entwickelt wurde, und ihr Hauptmerkmal ist "Download the Play Store and free app and game APK files easily on your browser.".
Erweiterungsscreenshots
APK Downloader by Play Store-Erweiterungs-CRX-Datei herunterladen
Laden Sie APK Downloader by Play Store-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | lolomeiflbabgoidcidmbdcpmbjmajao |
Offizielle URL | https://chrome.google.com/webstore/detail/apk-downloader-by-play-st/lolomeiflbabgoidcidmbdcpmbjmajao |
Beschreibung | Download the Play Store and free app and game APK files easily on your browser. |
Dateigröße | 18.1 KB |
Installationsanzahl | 33,603 |
Aktuelle Version | 0.1.1 |
Letztes Update | 2020-03-16 |
Veröffentlichungsdatum | 2020-03-14 |
Bewertung | 3.15/5 Insgesamt 34 Bewertungen |
Entwickler | TDL |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://uptofast.com/apk-downloader |
Unterstützte Sprachen | 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 } } |