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 с друзьями, чтобы легко установить расширения 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.                    

Основная информация о расширении

Название 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
    }
}