Apk Downloader by Appsapk
Download Apk for android
Was ist Apk Downloader by Appsapk?
Apk Downloader by Appsapk ist eine Chrome-Erweiterung, die von https://www.appsapk.com entwickelt wurde, und ihr Hauptmerkmal ist "Download Apk for android".
Erweiterungsscreenshots
Apk Downloader by Appsapk-Erweiterungs-CRX-Datei herunterladen
Laden Sie Apk Downloader by Appsapk-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
Free and Safe Download APK from Google Play Store
Grundlegende Informationen zur Erweiterung
Name | Apk Downloader by Appsapk |
ID | onmbdmeleocjononnnehpnfplkkjopkd |
Offizielle URL | https://chromewebstore.google.com/detail/apk-downloader-by-appsapk/onmbdmeleocjononnnehpnfplkkjopkd |
Beschreibung | Download Apk for android |
Dateigröße | 35.92 KB |
Installationsanzahl | 1,353 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2020-05-07 |
Veröffentlichungsdatum | 2020-05-06 |
Bewertung | 1.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://www.appsapk.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.appsapk.com/extension-installed/ |
Hilfeseite URL | https://www.appsapk.com/extension-installed/ |
Unterstützte Sprachen | 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" ] } |