Apk Downloader manager for Android

APK downloader to search & download Android APK integrated with ApkOnline.

Apk Downloader manager for Androidคืออะไร?

Apk Downloader manager for Android เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://uptoplay.net และคุณลักษณะหลักของมันคือ "APK downloader to search & download Android APK integrated with ApkOnline."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Apk Downloader manager for Android

ดาวน์โหลดไฟล์ส่วนขยาย Apk Downloader manager for Android ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension is an APK downloader to search and download any Android APK. It is mainly design to facilitate the Android development of any app. When the extension is clicked, it opens a window where users can search for its desired app. After that, our internal engine searches for the best apps that match the keywords entered. These apps appear in a list where the users can click from to initiate the APK download having as a reference the Google Play Store apkid, which is sent to our website. 

Its main features are:

* Search for Android APKs. 
* Download Android APKs.
* Use the apkid of the Google Play Store as reference.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Apk Downloader manager for Android Apk Downloader manager for Android
ID ailbhmoekhkkihagfmffpaahfpcjjiei
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/apk-downloader-manager-fo/ailbhmoekhkkihagfmffpaahfpcjjiei
คำอธิบาย APK downloader to search & download Android APK integrated with ApkOnline.
ขนาดไฟล์ 461 KB
จำนวนการติดตั้ง 3,597
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2024-01-09
วันที่เผยแพร่ 2022-01-03
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://uptoplay.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.uptoplay.net
URL หน้าช่วยเหลือ https://www.uptoplay.net
URL หน้านโยบายความเป็นส่วนตัว https://www.uptoplay.net/cloud-apps-policy.php
ภาษาที่รองรับ de,en,fr,nl,tr,es,es-419,it,pl,pt-BR,pt-PT,ru,uk,hi,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_title__",
    "version": "1.2.1",
    "description": "__MSG_description__",
    "default_locale": "en",
    "action": {
        "default_popup": "index.html",
        "default_icon": "icons\/app_38.png"
    },
    "icons": {
        "128": "icons\/app_128.png",
        "48": "icons\/app_48.png",
        "16": "icons\/app_16.png"
    },
    "permissions": [
        "webRequest",
        "storage"
    ],
    "background": {
        "service_worker": "s.js"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}