Download'em All

Download'em All

Что такое Download'em All?

Download'em All - это расширение Chrome, разработанное godgodgodcool, и его основная функция - "Download'em All".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Download'em All

Скачайте файлы расширений Download'em All в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Download the your current tab's files as possible with one click.                    

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

Название Download'em All Download'em All
ID ccdfjnniglfbpaplecpifdiglfmcebce
Официальный URL https://chromewebstore.google.com/detail/downloadem-all/ccdfjnniglfbpaplecpifdiglfmcebce
Описание Download'em All
Размер файла 70.75 KB
Количество установок 20,000
Текущая Версия 1.1.2
Последнее Обновление 2016-09-27
Дата публикации 2016-09-26
Рейтинг 3.20/5 Всего 71 оценок
Разработчик godgodgodcool
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Download'em All",
    "description": "Download'em All",
    "version": "1.1.2",
    "homepage_url": "https:\/\/github.com\/micklinISgood",
    "browser_action": {
        "default_icon": "download'em all.png",
        "default_popup": "popup.html",
        "default_title": "Download'em All"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "download'em all.png",
        "48": "download'em all.png",
        "128": "download'em all.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}