APK Downloader by Play Store
Download the Play Store and free app and game APK files easily on your browser.
APK Downloader by Play Storeคืออะไร?
APK Downloader by Play Store เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TDL และคุณลักษณะหลักของมันคือ "Download the Play Store and free app and game APK files easily on your browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย APK Downloader by Play Store
ดาวน์โหลดไฟล์ส่วนขยาย APK Downloader by Play Store ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows users to download APKs of games and applications for free. Simple work, just enter the name of the app you want to download the APK file and press the download button.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lolomeiflbabgoidcidmbdcpmbjmajao |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/apk-downloader-by-play-st/lolomeiflbabgoidcidmbdcpmbjmajao |
คำอธิบาย | Download the Play Store and free app and game APK files easily on your browser. |
ขนาดไฟล์ | 18.1 KB |
จำนวนการติดตั้ง | 33,603 |
เวอร์ชันปัจจุบัน | 0.1.1 |
อัปเดตครั้งล่าสุด | 2020-03-16 |
วันที่เผยแพร่ | 2020-03-14 |
คะแนน | 3.15/5 รวมทั้งหมด 34 คะแนน |
ผู้พัฒนา | TDL |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://uptofast.com/apk-downloader |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "APK Downloader by Play Store", "description": "Download the Play Store and free app and game APK files easily on your browser.", "version": "0.1.1", "chrome_url_overrides": { "newtab": "newpage.html" }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |