APK Downloader

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

Wat is APK Downloader?

APK Downloader is een Chrome-extensie ontwikkeld door https://apkpure.com, en de belangrijkste functie is "Free and safe download Android apps & games from Google Play Store.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie APK Downloader

Download APK Downloader-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

                        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.                    

Basisinformatie over de Extensie

Naam APK Downloader APK Downloader
ID glngapejbnmnicniccdcemghaoaopdji
Officiële URL https://chromewebstore.google.com/detail/apk-downloader/glngapejbnmnicniccdcemghaoaopdji
Beschrijving Free and safe download Android apps & games from Google Play Store.
Bestandsgrootte 170 KB
Aantal Installaties 432,612
Huidige Versie 1.0.8
Laatst Bijgewerkt 2024-03-04
Publicatiedatum 2023-06-14
Beoordeling 3.18/5 Totaal 22 Beoordelingen
Ontwikkelaar https://apkpure.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://apkpure.com
Ondersteunde Talen 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"
}