APKCombo Downloader

Download Android apps & games from Google Play Store (latest version)

APKCombo Downloaderคืออะไร?

APKCombo Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://apkcombo.com และคุณลักษณะหลักของมันคือ "Download Android apps & games from Google Play Store (latest version)"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย APKCombo Downloader

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

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

                        The extension is very easy to use:
✓ Step 1: Find the app you want to download from Google Play web https://play.google.com/store/apps
✓ Step 2: Click on the icon of the extension in your Chrome browser and within seconds you will begin to download APK & OBB to your PC.
✓ Step 3: Now you can store APK & OBB files and install APK on your Android Phone, Android Tablet, Android TV or Android Emulators later.

★ How to make sure APK file is safe?
The APK file from APKCombo APK Downloader is the same as in Google Play Store. You can scan and check APK file with VirusTotal (MD5/SHA1/SHA256, Developer Certificate, Android Permissions, Android Activities, Android Services) at https://www.virustotal.com/

★ How to install APK?
✓ Place the APK file in your phone's SDcard or Internal memory (preferably external SDcard).
✓ Browse your phone memory/external memory and tap on the APK file.
✓ Before you can install it on your phone you will need to make sure that third-party apps are allowed on your device (Settings > Security > Unknown Sources (checked)
✓ Click install

★ How to install OBB?
✓ Create folder with name as package name into  Android/data/obb/  in your phone’s SDcard or Internal memory (preferably external SDcard).  If you cannot find the OBB folder, you can create a it manually. 
✓ You can see package name in obb file name (ex: main.8740.com.tencent.ig.obb, package name is com.tencent.ig). Or see in details page where you download obb file. Copy the OBB file and place it in the given folder created above. (ex: package name is com.tencent.ig, copy obb file to folder Android/data/obb/com.tencent.ig
✓ Make sure that the files are successfully copied in your SDcard. Congratulations you've done it

Privacy Policy: https://apkcombo.com/privacy-policy
The extension was developed by the team at APKCombo.com.                    

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

ชื่อ APKCombo Downloader APKCombo Downloader
ID idkigghdjmipnppaeahkpcoaiphjdccm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/apkcombo-downloader/idkigghdjmipnppaeahkpcoaiphjdccm
คำอธิบาย Download Android apps & games from Google Play Store (latest version)
ขนาดไฟล์ 19.72 KB
จำนวนการติดตั้ง 100,000
เวอร์ชันปัจจุบัน 1.3.0
อัปเดตครั้งล่าสุด 2023-12-15
วันที่เผยแพร่ 2019-09-04
คะแนน 3.84/5 รวมทั้งหมด 209 คะแนน
ผู้พัฒนา http://apkcombo.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://apkcombo.com/downloader/
URL หน้าช่วยเหลือ https://apkcombo.com/downloader/
URL หน้านโยบายความเป็นส่วนตัว https://apkcombo.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.3.0",
    "manifest_version": 3,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "64": "icons\/64.png",
            "128": "icons\/128.png"
        },
        "default_title": "__MSG_appName__"
    },
    "omnibox": {
        "keyword": "apk"
    }
}