Apk Downloader by Appsapk
Download Apk for android
Qu'est-ce que Apk Downloader by Appsapk ?
Apk Downloader by Appsapk est une extension Chrome développée par https://www.appsapk.com, et sa fonction principale est "Download Apk for android".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Apk Downloader by Appsapk
Téléchargez les fichiers d'extension Apk Downloader by Appsapk 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
Free and Safe Download APK from Google Play Store
Informations de Base sur l'Extension
Nom | Apk Downloader by Appsapk |
ID | onmbdmeleocjononnnehpnfplkkjopkd |
URL Officiel | https://chromewebstore.google.com/detail/apk-downloader-by-appsapk/onmbdmeleocjononnnehpnfplkkjopkd |
Description | Download Apk for android |
Taille du Fichier | 35.92 KB |
Nombre d'Installations | 1,353 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2020-05-07 |
Date de Publication | 2020-05-06 |
Évaluation | 1.00/5 Total 2 Évaluations |
Développeur | https://www.appsapk.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.appsapk.com/extension-installed/ |
URL de la Page d'Aide | https://www.appsapk.com/extension-installed/ |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Apk Downloader by Appsapk", "short_name": "Apk Downloader by Appsapk", "description": "Download Apk for android", "version": "1.0.1", "background": { "scripts": [ "redir.js" ], "persistent": true }, "browser_action": { "default_icon": { "16": "assets\/icon_16.png", "24": "assets\/icon_24.png", "32": "assets\/icon_32.png", "38": "assets\/icon_38.png", "48": "assets\/icon_48.png" }, "default_popup": "popup.html", "default_title": "Apk Downloader by Appsapk" }, "content_security_policy": "script-src 'self' https:\/\/server.downloadapk4android.com https:\/\/*.googleusercontent.com; object-src 'self'", "icons": { "16": "assets\/icon_16.png", "19": "assets\/icon_19.png", "24": "assets\/icon_24.png", "32": "assets\/icon_32.png", "48": "assets\/icon_48.png", "128": "assets\/icon_128.png" }, "omnibox": { "keyword": "apk" }, "permissions": [ "tabs" ] } |