Apk Downloader apktoVi.com

We help you download apk file in Google Play easily and fast

Apk Downloader apktoVi.com là gì?

Apk Downloader apktoVi.com là một tiện ích mở rộng Chrome được phát triển bởi tovicorp.com, và tính năng chính của nó là "We help you download apk file in Google Play easily and fast".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Apk Downloader apktoVi.com

Tải xuống các tệp mở rộng Apk Downloader apktoVi.com dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        We help you download apk files in Google Play easily and fast                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Apk Downloader apktoVi.com Apk Downloader apktoVi.com
ID oladppopamjffpaodbmgfknmmpbppfoj
URL Chính Thức https://chrome.google.com/webstore/detail/apk-downloader-apktovicom/oladppopamjffpaodbmgfknmmpbppfoj
Mô tả We help you download apk file in Google Play easily and fast
Kích Thước Tệp 49.97 KB
Số Lần Cài Đặt 656
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2019-12-16
Ngày Phát Hành 2019-12-16
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển tovicorp.com
Loại Thanh Toán free
Trang Web Mở Rộng https://apktovi.com
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}