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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } |