APK Downloader

Free and safe download Android apps & games from Google Play Store.

Was ist APK Downloader?

APK Downloader ist eine Chrome-Erweiterung, die von https://apkpure.com entwickelt wurde, und ihr Hauptmerkmal ist "Free and safe download Android apps & games from Google Play Store.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

APK Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie APK Downloader-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

                        APKPure Free Online APK Downloader provides you with the fastest search and download of free apps and games from Google Play Store. Just enter the app name or the package name to find and download the apps you want.

Unlock Region Limit
APKPure Online APK Downloader lets you download any region-restrict apps and games (For Free Only) on Android devices directly wherever you are. All you need to do is to search for the apps you want and click on the download button.

No Login Required
APKPure doesn't require login account to let you download apps and games on Android devices safe and fast. APKPure Online APK Downloader saves your time and protect your privacy by allowing users to download apps and games to Android without registration.


Safe Download
APKPure APK Downloader is 100% safe. APKPure APK Downloader provides you with original XAPK / APK files from Google Play Store (Free Apps Only) without modification in any way. All APKPure.com apps are verified prior to publishing to protect your safety.

How to use APKPure Free Online APK Downloader?
Enter the app name or the package name in the search bar, and you will be redirected to the app info page and be able to download the app or game you want directly to your mobile device.                    

Grundlegende Informationen zur Erweiterung

Name APK Downloader APK Downloader
ID glngapejbnmnicniccdcemghaoaopdji
Offizielle URL https://chromewebstore.google.com/detail/apk-downloader/glngapejbnmnicniccdcemghaoaopdji
Beschreibung Free and safe download Android apps & games from Google Play Store.
Dateigröße 170 KB
Installationsanzahl 432,612
Aktuelle Version 1.0.8
Letztes Update 2024-03-04
Veröffentlichungsdatum 2023-06-14
Bewertung 3.18/5 Insgesamt 22 Bewertungen
Entwickler https://apkpure.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://apkpure.com
Unterstützte Sprachen id,ms,de,en,fr,nl,vi,tr,es,it,pl,pt-BR,ru,hi,bn,th,ar,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.0.8",
    "author": "apkpure",
    "name": "__MSG_appName__",
    "description": "__MSG_description__",
    "background": {
        "service_worker": "background.93e42914.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "extract-package-info.605807e3.js"
            ],
            "run_at": "document_start",
            "css": []
        }
    ],
    "default_locale": "en",
    "omnibox": {
        "keyword": "apk"
    },
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.apkpure.com\/*",
            "https:\/\/*.apkpure.net\/*",
            "https:\/\/apkfab.com\/*"
        ]
    },
    "homepage_url": "https:\/\/apkpure.com"
}