Stream Bypass Lite
Multi-browser addon for multiple streaming providers which redirects directly to the source video
Τι είναι το Stream Bypass Lite;
Το Stream Bypass Lite είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον bytedream, και η κύρια λειτουργία του είναι "Multi-browser addon for multiple streaming providers which redirects directly to the source video".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Stream Bypass Lite
Λήψη αρχείων επέκτασης Stream Bypass Lite σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension replaces the video player from this sides with the native player build-in into the browser or redirects directly to the source video. This has the advantage, that no advertising or popups are shown when trying to interact with the video (playing, skipping, ...) or some sites are showing them even if you do nothing. Additionally this enables you to download the video by right-clicking it and just choose the download option. Because of some limitations Chrome forces to extensions, not all features the extension can offer are available on Chrome (hence the "Lite" suffix in the name).
Βασικές Πληροφορίες Επέκτασης
Όνομα | Stream Bypass Lite |
ID | ddfpfjomnakfckhmilacnbokdaknamdb |
Επίσημο URL | https://chromewebstore.google.com/detail/stream-bypass-lite/ddfpfjomnakfckhmilacnbokdaknamdb |
Περιγραφή | Multi-browser addon for multiple streaming providers which redirects directly to the source video |
Μέγεθος Αρχείου | 161 KB |
Αριθμός Εγκαταστάσεων | 208 |
Τρέχουσα Έκδοση | 3.0.0 |
Τελευταία Ενημέρωση | 2023-11-25 |
Ημερομηνία Δημοσίευσης | 2023-11-20 |
Προγραμματιστής | bytedream |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/ByteDream/stream-bypass |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/ByteDream/stream-bypass |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "ByteDream", "description": "Multi-browser addon for multiple streaming providers which redirects directly to the source video", "name": "Stream Bypass Lite", "version": "3.0.0", "browser_specific_settings": { "gecko": { "id": "{55dd42e8-3dd9-455a-b4fe-86664881b10c}" } }, "content_scripts": [ { "all_frames": true, "matches": [ "*:\/\/doodstream.com\/*", "*:\/\/dood.pm\/*", "*:\/\/dood.ws\/*", "*:\/\/dood.wf\/*", "*:\/\/dood.cx\/*", "*:\/\/dood.sh\/*", "*:\/\/dood.watch\/*", "*:\/\/dood.to\/*", "*:\/\/dood.so\/*", "*:\/\/dood.la\/*", "*:\/\/dood.re\/*", "*:\/\/dood.yt\/*", "*:\/\/ds2play.com\/*", "*:\/\/dooood.com\/*", "*:\/\/dropload.ui\/*", "*:\/\/filemoon.sx\/*", "*:\/\/filemoon.in\/*", "*:\/\/goodstream.uno\/*", "*:\/\/kwik.cx\/*", "*:\/\/mixdrop.co\/*", "*:\/\/mixdrop.to\/*", "*:\/\/mixdrop.ch\/*", "*:\/\/mixdrop.bz\/*", "*:\/\/mixdrop.gl\/*", "*:\/\/mp4upload.com\/*", "*:\/\/newgrounds.com\/*", "*:\/\/streamtape.com\/*", "*:\/\/streamtape.net\/*", "*:\/\/shavetape.cash\/*", "*:\/\/streamzz.to\/*", "*:\/\/streamz.ws\/*", "*:\/\/supervideo.tv\/*", "*:\/\/upstream.to\/*", "*:\/\/vidoza.net\/*", "*:\/\/voe.sx\/*", "*:\/\/vupload.com\/*" ], "js": [ "src\/entries\/contentScript\/main.js" ], "run_at": "document_end" } ], "icons": { "16": "icons\/[email protected]", "32": "icons\/[email protected]", "48": "icons\/[email protected]", "96": "icons\/[email protected]", "128": "icons\/[email protected]" }, "permissions": [ "storage", "nativeMessaging" ], "action": { "default_icon": { "16": "icons\/[email protected]", "32": "icons\/[email protected]" }, "default_popup": "src\/entries\/popup\/index.html" }, "background": { "service_worker": "serviceWorker.js", "type": "module" }, "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "assets\/match-39abcbdb.js", "assets\/src\/entries\/contentScript\/main-9783d908.js", "src\/entries\/player\/player.html" ], "matches": [ "*:\/\/doodstream.com\/*", "*:\/\/dood.pm\/*", "*:\/\/dood.ws\/*", "*:\/\/dood.wf\/*", "*:\/\/dood.cx\/*", "*:\/\/dood.sh\/*", "*:\/\/dood.watch\/*", "*:\/\/dood.to\/*", "*:\/\/dood.so\/*", "*:\/\/dood.la\/*", "*:\/\/dood.re\/*", "*:\/\/dood.yt\/*", "*:\/\/ds2play.com\/*", "*:\/\/dooood.com\/*", "*:\/\/dropload.ui\/*", "*:\/\/filemoon.sx\/*", "*:\/\/filemoon.in\/*", "*:\/\/goodstream.uno\/*", "*:\/\/kwik.cx\/*", "*:\/\/mixdrop.co\/*", "*:\/\/mixdrop.to\/*", "*:\/\/mixdrop.ch\/*", "*:\/\/mixdrop.bz\/*", "*:\/\/mixdrop.gl\/*", "*:\/\/mp4upload.com\/*", "*:\/\/newgrounds.com\/*", "*:\/\/streamtape.com\/*", "*:\/\/streamtape.net\/*", "*:\/\/shavetape.cash\/*", "*:\/\/streamzz.to\/*", "*:\/\/streamz.ws\/*", "*:\/\/supervideo.tv\/*", "*:\/\/upstream.to\/*", "*:\/\/vidoza.net\/*", "*:\/\/voe.sx\/*", "*:\/\/vupload.com\/*" ], "use_dynamic_url": true } ] } |