StreamingBot

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

Co to jest StreamingBot?

StreamingBot to rozszerzenie Chrome opracowane przez mascIT, a jego główną funkcją jest „Get direct video links, say goodbye to clickbaits and invasive ads.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia StreamingBot

Pobierz pliki rozszerzeń StreamingBot w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa StreamingBot StreamingBot
ID loojbdbbnnejemcnkkbdohfnkdgchejp
Oficjalny URL https://chrome.google.com/webstore/detail/streamingbot/loojbdbbnnejemcnkkbdohfnkdgchejp
Opis Get direct video links, say goodbye to clickbaits and invasive ads.
Rozmiar pliku 8.34 KB
Liczba instalacji 1,000
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2020-03-11
Data Publikacji 2020-03-11
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper mascIT
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://hastalafiesta.altervista.org/streamingbot-video-no-ads/
Obsługiwane Języki 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"
    }
}