APK Downloader by Play Store
Download the Play Store and free app and game APK files easily on your browser.
Qu'est-ce que APK Downloader by Play Store ?
APK Downloader by Play Store est une extension Chrome développée par TDL, et sa fonction principale est "Download the Play Store and free app and game APK files easily on your browser.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension APK Downloader by Play Store
Téléchargez les fichiers d'extension APK Downloader by Play Store au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | lolomeiflbabgoidcidmbdcpmbjmajao |
URL Officiel | https://chrome.google.com/webstore/detail/apk-downloader-by-play-st/lolomeiflbabgoidcidmbdcpmbjmajao |
Description | Download the Play Store and free app and game APK files easily on your browser. |
Taille du Fichier | 18.1 KB |
Nombre d'Installations | 33,603 |
Version Actuelle | 0.1.1 |
Dernière Mise à Jour | 2020-03-16 |
Date de Publication | 2020-03-14 |
Évaluation | 3.15/5 Total 34 Évaluations |
Développeur | TDL |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://uptofast.com/apk-downloader |
Langues Prises en Charge | 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 } } |