put.io

Adds an option to right-click menu that downloads the link with put.io.

Что такое put.io?

put.io - это расширение Chrome, разработанное https://put.io, и его основная функция - "Adds an option to right-click menu that downloads the link with put.io.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения put.io

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

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

                        Enables right click downloads to put.io on any page.                    

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

Название put.io put.io
ID gmlaklldebhgnhfoppklejnjcmndcehf
Официальный URL https://chromewebstore.google.com/detail/putio/gmlaklldebhgnhfoppklejnjcmndcehf
Описание Adds an option to right-click menu that downloads the link with put.io.
Размер файла 43.34 KB
Количество установок 2,871
Текущая Версия 3.0.1
Последнее Обновление 2023-12-06
Дата публикации 2020-06-12
Рейтинг 4.13/5 Всего 23 оценок
Разработчик https://put.io
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://put.io
URL страницы помощи https://github.com/putdotio/putio-webextension/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "3.0.1",
    "default_locale": "en",
    "homepage_url": "https:\/\/github.com\/putdotio\/putio-webextension",
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCBY\/vZ2HE8Vul6TqZA+q\/c5ZLEWLWkk4Cd5tz5RHBi2DqMvty\/evWUtQgZ3XVDKLGAA+KU1YYDc9UKR4WJ+UBmIos+rJHKWl\/gm4ClCn2EUsAk3JtucexhFFc6DZzMCyH+ZAn5103eCozVCYV6C+9HDrgeBJyRc8HIDDy2i+mAzwIDAQAB",
    "permissions": [
        "contextMenus",
        "identity",
        "storage",
        "notifications"
    ],
    "action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}