Apk Downloader by Appsapk
Download Apk for android
Apk Downloader by Appsapk là gì?
Apk Downloader by Appsapk là một tiện ích mở rộng Chrome được phát triển bởi https://www.appsapk.com, và tính năng chính của nó là "Download Apk for android".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Apk Downloader by Appsapk
Tải xuống các tệp mở rộng Apk Downloader by Appsapk 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
Free and Safe Download APK from Google Play Store
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Apk Downloader by Appsapk |
ID | onmbdmeleocjononnnehpnfplkkjopkd |
URL Chính Thức | https://chromewebstore.google.com/detail/apk-downloader-by-appsapk/onmbdmeleocjononnnehpnfplkkjopkd |
Mô tả | Download Apk for android |
Kích Thước Tệp | 35.92 KB |
Số Lần Cài Đặt | 1,353 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2020-05-07 |
Ngày Phát Hành | 2020-05-06 |
Đánh Giá | 1.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://www.appsapk.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.appsapk.com/extension-installed/ |
URL Trang Trợ Giúp | https://www.appsapk.com/extension-installed/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |