Tube Chip
Speed up streaming on your browser with multithreading and hardware optimization.
Τι είναι το Tube Chip;
Το Tube Chip είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://tubechip.art, και η κύρια λειτουργία του είναι "Speed up streaming on your browser with multithreading and hardware optimization.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Tube Chip
Λήψη αρχείων επέκτασης Tube Chip σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The Chrome Extension named "Tube Chip" is designed to accelerate and improve the performance of video streaming on websites. When the user navigates to a website that contains videos, the extension detects the video format (M3U8, html, javascript, iframe player, streaming formats), and parallel processes the segmented streams using multithreading. Each segmented stream is assigned to a separate service worker, which allows the extension to preload, accelerate and fully buffer the stream. The extension also merges the Youtube Player API and hardware concurrency to detect the number of cores in the user's processor and allocate all resources to Youtube. This ensures that the video playback is smooth and does not lag. To use the extension, the user simply needs to click on the "Tube Chip" icon and download and it will be applied automatically when viewing stream. To uninstall go into chrome://extensions and press Remove.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Tube Chip |
ID | cddmhclamefjfhbleaollngmkhjnfmnl |
Επίσημο URL | https://chromewebstore.google.com/detail/tube-chip/cddmhclamefjfhbleaollngmkhjnfmnl |
Περιγραφή | Speed up streaming on your browser with multithreading and hardware optimization. |
Μέγεθος Αρχείου | 27.07 KB |
Αριθμός Εγκαταστάσεων | 42 |
Τρέχουσα Έκδοση | 2.2.1 |
Τελευταία Ενημέρωση | 2023-06-26 |
Ημερομηνία Δημοσίευσης | 2023-03-31 |
Προγραμματιστής | https://tubechip.art |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tube Chip", "description": "Speed up streaming on your browser with multithreading and hardware optimization.", "version": "2.2.1", "manifest_version": 3, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": "worker.js" }, "content_scripts": [ { "matches": [ " |