StreamingBot

Get direct video links, say goodbye to clickbaits and invasive ads.

Что такое StreamingBot?

StreamingBot - это расширение Chrome, разработанное mascIT, и его основная функция - "Get direct video links, say goodbye to clickbaits and invasive ads.".

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

screenshot

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

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

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

                        This extension allows you to get direct video link for some video-hosting websites. Say goodbye to clickbaits and their illegal earnings.
At the moment these are the supported ones:
- turbovid
- speedvideo 
- akvideo
- deltabit
- nowvideo
- openload

HOW TO USE

- Reach a video stream of one of the sites above
- Click the StreamingBot icon 
- if another page with full screen video is opened, click again the streamingbot icon
- Enjoy your clean-adfree stream/video                    

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

Название StreamingBot StreamingBot
ID loojbdbbnnejemcnkkbdohfnkdgchejp
Официальный URL https://chrome.google.com/webstore/detail/streamingbot/loojbdbbnnejemcnkkbdohfnkdgchejp
Описание Get direct video links, say goodbye to clickbaits and invasive ads.
Размер файла 8.34 KB
Количество установок 1,000
Текущая Версия 1.4
Последнее Обновление 2020-03-11
Дата публикации 2020-03-11
Рейтинг 4.00/5 Всего 4 оценок
Разработчик mascIT
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://hastalafiesta.altervista.org/streamingbot-video-no-ads/
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "StreamingBot",
    "description": "Get direct video links, say goodbye to clickbaits and invasive ads.",
    "version": "1.4",
    "browser_action": {
        "default_title": "StreamingBot",
        "default_popup": "index.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications"
    ],
    "icons": {
        "128": "tv.png"
    }
}