Apk Downloader apktoVi.com
We help you download apk file in Google Play easily and fast
Apk Downloader apktoVi.com란 무엇입니까?
Apk Downloader apktoVi.com은(는) tovicorp.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "We help you download apk file in Google Play easily and fast"입니다.
확장 프로그램 스크린샷
Apk Downloader apktoVi.com 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
We help you download apk files in Google Play easily and fast
확장 프로그램 기본 정보
이름 | |
ID | oladppopamjffpaodbmgfknmmpbppfoj |
공식 URL | https://chrome.google.com/webstore/detail/apk-downloader-apktovicom/oladppopamjffpaodbmgfknmmpbppfoj |
설명 | We help you download apk file in Google Play easily and fast |
파일 크기 | 49.97 KB |
설치 횟수 | 656 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2019-12-16 |
출시 날짜 | 2019-12-16 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | tovicorp.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://apktovi.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Apk Downloader apktoVi.com", "short_name": "Apk Downloader apktoVi.com", "version": "1.0.0", "description": "We help you download apk file in Google Play easily and fast", "minimum_chrome_version": "16.0.884", "background": { "scripts": [ "\/assets\/js\/jquery-3.4.1.min.js", "\/config.js", "\/assets\/js\/background.js" ] }, "icons": { "16": "16.png", "32": "32.png", "128": "128.png" }, "browser_action": { "browser_style": false, "default_title": "Apk Downloader apktoVi.com" }, "author": "Trigvent", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "activeTab", "tabs", "*:\/\/play.google.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/play.google.com\/*" ], "js": [ "\/assets\/js\/jquery-3.4.1.min.js", "\/config.js", "\/assets\/js\/content-script.js" ] } ], "web_accessible_resources": [ "\/assets\/css\/content-script.css" ] } |