Aptoide APK Downloader Extension
Download APK directly from Aptoide.com to PC/Laptop.
Aptoide APK Downloader Extensionคืออะไร?
Aptoide APK Downloader Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Faizan Anwer Ali และคุณลักษณะหลักของมันคือ "Download APK directly from Aptoide.com to PC/Laptop."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Aptoide APK Downloader Extension
ดาวน์โหลดไฟล์ส่วนขยาย Aptoide APK Downloader Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Aptoide APK Downloader Extension for PC/Laptop. Extract APK from Aptoide.com and save on your PC/Laptop. Usage: There are two ways to download APK from Aptoide.com using this extension. Method 1: 1. Go to Aptoide.com. 2. Search for the app you want to download. 3. Click on the app. 4. You will see a two download buttons instead of one, which will download the APK directly to your PC/Laptop. See the screenshots below. 5. Also, on versions list, you will see two download buttons as well for each version. 6. Enjoy! Method 2: 1. Click on the extension icon. 2. Search for the app you want to download. 3. If the app is found, you will see two download buttons for each app in list. 4. Click the download button to download the APK directly to your PC/Laptop. 5. Enjoy! GitHub Link: https://github.com/faizananwerali/aptoide-apk-downloader-extension Have any issues? Report at https://github.com/faizananwerali/aptoide-apk-downloader-extension/issues
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Aptoide APK Downloader Extension |
ID | jhghkkgmplgbifchnfkighggbbadppgl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/aptoide-apk-downloader-ex/jhghkkgmplgbifchnfkighggbbadppgl |
คำอธิบาย | Download APK directly from Aptoide.com to PC/Laptop. |
ขนาดไฟล์ | 795 KB |
จำนวนการติดตั้ง | 203 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2023-12-15 |
วันที่เผยแพร่ | 2023-11-17 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Faizan Anwer Ali |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/faizananwerali/aptoide-apk-downloader-extension |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Aptoide APK Downloader Extension", "version": "1.0.2", "description": "Download APK directly from Aptoide.com to PC\/Laptop.", "host_permissions": [ "https:\/\/*.en.aptoide.com\/app*" ], "background": { "service_worker": ".\/static\/js\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.aptoide.com\/*", "https:\/\/*.en.aptoide.com\/app*" ], "js": [ ".\/static\/js\/content.js" ], "css": [ ".\/static\/css\/content.css" ], "run_at": "document_idle" } ], "icons": { "16": "icons\/normal_16.png", "24": "icons\/normal_24.png", "32": "icons\/normal_32.png", "48": "icons\/normal_48.png", "128": "icons\/normal_128.png", "180": "icons\/normal_180.png" }, "action": { "default_popup": "index.html" } } |