Streaming Downloader

Presents all the streaming sources in the current page,in a click you can open the streaming source!

Что такое Streaming Downloader?

Streaming Downloader - это расширение Chrome, разработанное liznorrissulotions, и его основная функция - "Presents all the streaming sources in the current page,in a click you can open the streaming source!".

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

screenshot

Скачать файл CRX расширения Streaming Downloader

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

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

                        This extension gives the user the option to view and download streaming sources in different formats.                    

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

Название Streaming Downloader Streaming Downloader
ID kimjclahojofdbdilpaiogjpgehlddgf
Официальный URL https://chrome.google.com/webstore/detail/streaming-downloader/kimjclahojofdbdilpaiogjpgehlddgf
Описание Presents all the streaming sources in the current page,in a click you can open the streaming source!
Размер файла 14.23 KB
Количество установок 3,407
Текущая Версия 1
Последнее Обновление 2022-12-02
Дата публикации 2022-12-02
Разработчик liznorrissulotions
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://home.oweverycanvas.com/
URL страницы помощи https://home.oweverycanvas.com/contact.html
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "logo.png",
        "default_title": "Streaming Downloader",
        "default_popup": "popup.html"
    },
    "description": "Presents all the streaming sources in the current page,in a click you can open the streaming source!",
    "icons": {
        "128": "logo.png"
    },
    "manifest_version": 3,
    "name": "Streaming Downloader",
    "version": "1",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}