Thingiverse Download All Button

This extension will put a button back on Thingiverse pages the download a .zip with all files. Created By: Coolshrimp Modz

Что такое Thingiverse Download All Button?

Thingiverse Download All Button - это расширение Chrome, разработанное Coolshrimp Modz, и его основная функция - "This extension will put a button back on Thingiverse pages the download a .zip with all files. Created By: Coolshrimp Modz".

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

screenshot

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

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

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

                        Recently Thingiverse removed the download all button, and you now have to downloads all files individually.

You can now put a button back on the site and download a single .zip with all files again.                    

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

Название Thingiverse Download All Button Thingiverse Download All Button
ID bjllehomeeidigmbhgcgndgabgdccmhn
Официальный URL https://chromewebstore.google.com/detail/thingiverse-download-all/bjllehomeeidigmbhgcgndgabgdccmhn
Описание This extension will put a button back on Thingiverse pages the download a .zip with all files. Created By: Coolshrimp Modz
Размер файла 39.4 KB
Количество установок 684
Текущая Версия 1.0
Последнее Обновление 2022-02-23
Дата публикации 2022-02-23
Рейтинг 4.00/5 Всего 6 оценок
Разработчик Coolshrimp Modz
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://coolshrimpmodz.com
URL страницы помощи http://coolshrimpmodz.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Thingiverse Download All Button",
    "short_name": "Thingiverse Download All Button",
    "icons": {
        "48": "zip-48.png",
        "128": "zip-128.png"
    },
    "description": "This extension will put a button back on Thingiverse pages the download a .zip with all files.  Created By: Coolshrimp Modz",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.thingiverse.com\/thing*"
            ],
            "js": [
                "jquery-2.1.0.min.js",
                "script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}