APK Downloader
Free and safe download APK from Google Play Store without login account required.
APK Downloaderคืออะไร?
APK Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย APKFab และคุณลักษณะหลักของมันคือ "Free and safe download APK from Google Play Store without login account required."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย APK Downloader
ดาวน์โหลดไฟล์ส่วนขยาย APK Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Download the Original & Free APK File Directly from Google Play Store APK Downloader is a simple Chrome extension that can help you download the original free APK & OBB file directly from Google Play Store. Click 'Add to Chrome' to install this extension to your Chrome browser and active it to download free apps and games without Google account needed. How to use APK Downloader? Step 1: Add the APK Downloader extension to the Google Chrome and activate it. Step 2: Open the page of the app you want to download on the Google Play Store, e.g., https://play.google.com/store/apps/details?id=com.facebook.lite. Step 3: Click the APK Downloader extension button in the upper-right corner of the Google Chrome browser window, the app information will show in the extension window. Click Download button and the APK & OBB file will start to download onto your computer. Step 4: Now you can install the APK & OBB file onto your Android devices. You can also scan the QR code under the Download button in the extension window to install apps or games directly onto your Android devices. Is APK Downloader Safe? Yes. This extension downloads APK & OBB files directly from Google Play Store and it's 100% safe to use. The best way to make sure the APK file is safe is to use the VirusTotal website (virus detection, hash checking, developer certificate checking). Can APK Downloder Download All Apps from the Google Play Store? No. The APK Downloader can only download free apps in the Google Play Store. It cannot download the paid apps. The extension was developed by Apkfab.com. By adding this extension, you agree to Apkfab.com's Terms (https://apkfab.com/terms) and Privacy Policy (https://apkfab.com/privacy-policy). You can also check out more details about APK Downloader here: https://apkfab.com/apk-downloader-browser-extension.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | adakngpdibaifffpjdennjcnckbbkbej |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/apk-downloader/adakngpdibaifffpjdennjcnckbbkbej |
คำอธิบาย | Free and safe download APK from Google Play Store without login account required. |
ขนาดไฟล์ | 85.52 KB |
จำนวนการติดตั้ง | 72,306 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2020-08-25 |
วันที่เผยแพร่ | 2020-04-24 |
คะแนน | 3.62/5 รวมทั้งหมด 26 คะแนน |
ผู้พัฒนา | APKFab |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://apkfab.com/apk-downloader-browser-extension |
URL หน้าช่วยเหลือ | https://apkfab.com/apk-downloader-browser-extension |
URL หน้านโยบายความเป็นส่วนตัว | https://apkfab.com/privacy-policy |
ภาษาที่รองรับ | en,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "name": "__MSG_appName__", "version": "1.0.2", "description": "__MSG_description__", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "background": { "scripts": [ "js\/jquery.min.js", "js\/background.js" ] }, "externally_connectable": { "matches": [ "*:\/\/apkfab.com\/*" ] }, "browser_action": { "default_icon": "img\/icon-48.png", "default_title": "__MSG_title__", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/play.google.com\/store\/apps\/*" ], "all_frames": true, "js": [ "js\/content-script.js" ], "run_at": "document_start" } ], "omnibox": { "keyword": "apk" }, "permissions": [ "https:\/\/play.google.com\/store\/apps\/*", "contextMenus", "tabs", "storage" ], "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/apk-downloader\/adakngpdibaifffpjdennjcnckbbkbej", "default_locale": "en" } |