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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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" } } |