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.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة APK Downloader by Play Store

قم بتنزيل ملفات الامتداد APK Downloader by Play Store بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم APK Downloader by Play Store APK Downloader by Play Store
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
    }
}