APK Downloader by Play Store

Download the Play Store and free app and game APK files easily on your browser.

Τι είναι το APK Downloader by Play Store;

Το APK Downloader by Play Store είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον TDL, και η κύρια λειτουργία του είναι "Download the Play Store and free app and game APK files easily on your browser.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης APK Downloader by Play Store

Λήψη αρχείων επέκτασης APK Downloader by Play Store σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension allows users to download APKs of games and applications for free. Simple work, just enter the name of the app you want to download the APK file and press the download button.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα APK Downloader by Play Store APK Downloader by Play Store
ID lolomeiflbabgoidcidmbdcpmbjmajao
Επίσημο URL https://chrome.google.com/webstore/detail/apk-downloader-by-play-st/lolomeiflbabgoidcidmbdcpmbjmajao
Περιγραφή Download the Play Store and free app and game APK files easily on your browser.
Μέγεθος Αρχείου 18.1 KB
Αριθμός Εγκαταστάσεων 33,603
Τρέχουσα Έκδοση 0.1.1
Τελευταία Ενημέρωση 2020-03-16
Ημερομηνία Δημοσίευσης 2020-03-14
Αξιολόγηση 3.15/5 Συνολικά 34 Αξιολογήσεις
Προγραμματιστής TDL
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://uptofast.com/apk-downloader
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "APK Downloader by Play Store",
    "description": "Download the Play Store and free app and game APK files easily on your browser.",
    "version": "0.1.1",
    "chrome_url_overrides": {
        "newtab": "newpage.html"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}