StreamingBot

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

Was ist StreamingBot?

StreamingBot ist eine Chrome-Erweiterung, die von mascIT entwickelt wurde, und ihr Hauptmerkmal ist "Get direct video links, say goodbye to clickbaits and invasive ads.".

Erweiterungsscreenshots

screenshot

StreamingBot-Erweiterungs-CRX-Datei herunterladen

Laden Sie StreamingBot-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name StreamingBot StreamingBot
ID loojbdbbnnejemcnkkbdohfnkdgchejp
Offizielle URL https://chrome.google.com/webstore/detail/streamingbot/loojbdbbnnejemcnkkbdohfnkdgchejp
Beschreibung Get direct video links, say goodbye to clickbaits and invasive ads.
Dateigröße 8.34 KB
Installationsanzahl 1,000
Aktuelle Version 1.4
Letztes Update 2020-03-11
Veröffentlichungsdatum 2020-03-11
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler mascIT
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://hastalafiesta.altervista.org/streamingbot-video-no-ads/
Unterstützte Sprachen 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"
    }
}