Apk Downloader by Appsapk

Download Apk for android

Apk Downloader by Appsapk란 무엇입니까?

Apk Downloader by Appsapk은(는) https://www.appsapk.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download Apk for android"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Apk Downloader by Appsapk 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Free and Safe Download APK from Google Play Store                    

확장 프로그램 기본 정보

이름 Apk Downloader by Appsapk Apk Downloader by Appsapk
ID onmbdmeleocjononnnehpnfplkkjopkd
공식 URL https://chromewebstore.google.com/detail/apk-downloader-by-appsapk/onmbdmeleocjononnnehpnfplkkjopkd
설명 Download Apk for android
파일 크기 35.92 KB
설치 횟수 1,353
현재 버전 1.0.1
최근 업데이트 2020-05-07
출시 날짜 2020-05-06
평점 1.00/5 총 2 개의 평점
개발자 https://www.appsapk.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.appsapk.com/extension-installed/
도움말 페이지 URL https://www.appsapk.com/extension-installed/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Apk Downloader by Appsapk",
    "short_name": "Apk Downloader by Appsapk",
    "description": "Download Apk for android",
    "version": "1.0.1",
    "background": {
        "scripts": [
            "redir.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/icon_16.png",
            "24": "assets\/icon_24.png",
            "32": "assets\/icon_32.png",
            "38": "assets\/icon_38.png",
            "48": "assets\/icon_48.png"
        },
        "default_popup": "popup.html",
        "default_title": "Apk Downloader by Appsapk"
    },
    "content_security_policy": "script-src 'self' https:\/\/server.downloadapk4android.com https:\/\/*.googleusercontent.com; object-src 'self'",
    "icons": {
        "16": "assets\/icon_16.png",
        "19": "assets\/icon_19.png",
        "24": "assets\/icon_24.png",
        "32": "assets\/icon_32.png",
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png"
    },
    "omnibox": {
        "keyword": "apk"
    },
    "permissions": [
        "tabs"
    ]
}