AIO APK Downloader
Best APK Downloader for Chrome (Download APK, OBB and Bundles package) - APKSSL.com
AIO APK Downloader란 무엇입니까?
AIO APK Downloader은(는) thuongtranvan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Best APK Downloader for Chrome (Download APK, OBB and Bundles package) - APKSSL.com"입니다.
확장 프로그램 스크린샷
AIO APK Downloader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Best APK Downloader for Chrome. ALL IN ONE APK DOWNLADER Features in first version: + Auto Replace "Install" button on Google play + Download with our random device, no need your device or any permissions + Download APK with OBB and Bundles package For setting you can using online version at https://apkssl.com Please like & share if it's usefull. Thanks!
확장 프로그램 기본 정보
이름 | AIO APK Downloader |
ID | mlipaappcpbepmoeighdkkcfmjeijhdl |
공식 URL | https://chromewebstore.google.com/detail/aio-apk-downloader/mlipaappcpbepmoeighdkkcfmjeijhdl |
설명 | Best APK Downloader for Chrome (Download APK, OBB and Bundles package) - APKSSL.com |
파일 크기 | 44.89 KB |
설치 횟수 | 2,000 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2019-12-20 |
출시 날짜 | 2019-12-20 |
평점 | 3.00/5 총 9 개의 평점 |
개발자 | thuongtranvan |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://apkssl.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AIO APK Downloader", "description": "Best APK Downloader for Chrome (Download APK, OBB and Bundles package) - APKSSL.com", "version": "1.0.1", "manifest_version": 2, "icons": { "19": "img\/19x19.png", "38": "img\/38x38.png" }, "browser_action": { "default_title": "Setting", "default_popup": "html\/popup.html" }, "background": { "scripts": [ "js\/jquery.min.js", "js\/background.js" ], "persistent": true }, "permissions": [ "https:\/\/play.google.com\/store\/apps\/*", "https:\/\/apkssl.com\/*", "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/play.google.com\/store\/apps\/*", "https:\/\/apkssl.com\/*" ], "js": [ "js\/jquery.min.js", "js\/popup.js" ], "css": [ "css\/mini.css" ], "run_at": "document_idle" } ] } |