Apk Downloader by Appsapk
Download Apk for android
Wat is Apk Downloader by Appsapk?
Apk Downloader by Appsapk is een Chrome-extensie ontwikkeld door https://www.appsapk.com, en de belangrijkste functie is "Download Apk for android".
Extensie Screenshots
Download het CRX-bestand van de extensie Apk Downloader by Appsapk
Download Apk Downloader by Appsapk-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Free and Safe Download APK from Google Play Store
Basisinformatie over de Extensie
Naam | Apk Downloader by Appsapk |
ID | onmbdmeleocjononnnehpnfplkkjopkd |
Officiële URL | https://chromewebstore.google.com/detail/apk-downloader-by-appsapk/onmbdmeleocjononnnehpnfplkkjopkd |
Beschrijving | Download Apk for android |
Bestandsgrootte | 35.92 KB |
Aantal Installaties | 1,353 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2020-05-07 |
Publicatiedatum | 2020-05-06 |
Beoordeling | 1.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://www.appsapk.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.appsapk.com/extension-installed/ |
Help Pagina-URL | https://www.appsapk.com/extension-installed/ |
Ondersteunde Talen | 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" ] } |