StreamingBot
Get direct video links, say goodbye to clickbaits and invasive ads.
Cos'è StreamingBot?
StreamingBot è un'estensione di Chrome sviluppata da mascIT, e la sua funzione principale è "Get direct video links, say goodbye to clickbaits and invasive ads.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione StreamingBot
Scarica i file di estensione StreamingBot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | loojbdbbnnejemcnkkbdohfnkdgchejp |
URL Ufficiale | https://chrome.google.com/webstore/detail/streamingbot/loojbdbbnnejemcnkkbdohfnkdgchejp |
Descrizione | Get direct video links, say goodbye to clickbaits and invasive ads. |
Dimensione del File | 8.34 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2020-03-11 |
Data di Pubblicazione | 2020-03-11 |
Valutazione | 4.00/5 Totale 4 Valutazioni |
Sviluppatore | mascIT |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://hastalafiesta.altervista.org/streamingbot-video-no-ads/ |
Lingue Supportate | 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" } } |