Play Store Downloader
Play Store Downloader Allows You To Directly Download The Apk File From The Play Store.
Τι είναι το Play Store Downloader;
Το Play Store Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Techgear Apps Inc., και η κύρια λειτουργία του είναι "Play Store Downloader Allows You To Directly Download The Apk File From The Play Store.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Play Store Downloader
Λήψη αρχείων επέκτασης Play Store Downloader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Play Store Downloader is a chrome extension that allows you to download android applications directly from the google play store. This application is free of cost to use. Anyone with no knowledge of coding or programming can use this extension to download applications from the Google Play Store using our free Play Store Downloader. Play Store Downloader extension is very lightweight and does not require much space on your device. The setup and installation process of this extension is very easy. To download any android application you just need to paste the play store android app link and click on the download button. That's, it now the raw android app file will be downloaded on your device. After downloading the apk file using our free Play Store Downloader extension you can install the application on your device and use it any time.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | klekbfleligjfeldclnbnlnmpfgncmck |
Επίσημο URL | https://chrome.google.com/webstore/detail/play-store-downloader/klekbfleligjfeldclnbnlnmpfgncmck |
Περιγραφή | Play Store Downloader Allows You To Directly Download The Apk File From The Play Store. |
Μέγεθος Αρχείου | 40.84 KB |
Αριθμός Εγκαταστάσεων | 60,000 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2020-06-14 |
Ημερομηνία Δημοσίευσης | 2020-06-14 |
Αξιολόγηση | 3.77/5 Συνολικά 44 Αξιολογήσεις |
Προγραμματιστής | Techgear Apps Inc. |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.gbwhatsapps.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.gbwhatsapps.com/p/contact-us.html |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Play Store Downloader", "version": "1.0", "description": "Play Store Downloader Allows You To Directly Download The Apk File From The Play Store.", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "32": "images\/favicon.png", "128": "images\/iconmain.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Play Store Downloader", "default_popup": "popup.html" }, "permissions": [ "https:\/\/apk.support\/*", "https:\/\/*.apk.support\/*", "https:\/\/*.androidcontents.com\/*", "https:\/\/androidcontents.com\/*", "https:\/\/www.google.com\/", "https:\/\/*.google.com\/*", "https:\/\/*.googleapis.com\/*", "http:\/\/www.google.com\/*" ], "default_locale": "en" } |