Play Store Downloader
Play Store Downloader Allows You To Directly Download The Apk File From The Play Store.
Play Store Downloader क्या है?
Play Store Downloader Techgear Apps Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Play Store Downloader Allows You To Directly Download The Apk File From The Play Store."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Play Store Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |