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.によって開発されたChromeの拡張機能で、その主な機能は「Play Store Downloader Allows You To Directly Download The Apk File From The Play Store.」です。
拡張機能のスクリーンショット
Play Store Downloader拡張機能のCRXファイルをダウンロード
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. |
Eメール | [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" } |