SpeedVid Video Media Controller
Video media controller for videos in any website, like Facebook, Instagram, Youtube, and every video in streaming.
Cos'è SpeedVid Video Media Controller?
SpeedVid Video Media Controller è un'estensione di Chrome sviluppata da Sebastien Biollo, e la sua funzione principale è "Video media controller for videos in any website, like Facebook, Instagram, Youtube, and every video in streaming.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SpeedVid Video Media Controller
Scarica i file di estensione SpeedVid Video Media Controller 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
Detect every video in the website in real time, and moves to the position of the selected video. You can slow down, speed up, change the volume, moving forward or backward of 30 seconds, or directly change the playback position of any video.
Informazioni di Base sull'Estensione
Nome | |
ID | lblfpakbeohclpeccopbeochbldjcohb |
URL Ufficiale | https://chrome.google.com/webstore/detail/speedvid-video-media-cont/lblfpakbeohclpeccopbeochbldjcohb |
Descrizione | Video media controller for videos in any website, like Facebook, Instagram, Youtube, and every video in streaming. |
Dimensione del File | 148 KB |
Conteggio Installazioni | 97 |
Versione Corrente | 0.3.2 |
Ultimo Aggiornamento | 2020-03-20 |
Data di Pubblicazione | 2020-03-18 |
Valutazione | 4.00/5 Totale 1 Valutazioni |
Sviluppatore | Sebastien Biollo |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/0x5eba/SpeedVid |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SpeedVid Video Media Controller", "short_name": "SpeedVid", "version": "0.3.2", "manifest_version": 2, "description": "Video media controller for videos in any website, like Facebook, Instagram, Youtube, and every video in streaming.", "homepage_url": "https:\/\/github.com\/0x5eba\/SpeedVid", "content_scripts": [ { "all_frames": false, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "match_about_blank": true, "js": [ "content.js" ] } ], "permissions": [ "activeTab", "storage" ], "browser_action": { "default_title": "SpeedVid", "default_popup": "popup.html", "default_icon": "icon.png" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |