Twitter Playback Speed Booster
Twitter Audio and Video Playback Speed Booster
Cos'è Twitter Playback Speed Booster?
Twitter Playback Speed Booster è un'estensione di Chrome sviluppata da https://erasmo.dev, e la sua funzione principale è "Twitter Audio and Video Playback Speed Booster".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitter Playback Speed Booster
Scarica i file di estensione Twitter Playback Speed Booster 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
The new audio feature in Twitter is awesome, but listen some big audios can be annoying. With this extension you can change the speed of any media on Twitter with keyboard shortcuts.
Informazioni di Base sull'Estensione
Nome | Twitter Playback Speed Booster |
ID | pfejkfajjnklkfpkpagielbffjdmikkk |
URL Ufficiale | https://chromewebstore.google.com/detail/twitter-playback-speed-bo/pfejkfajjnklkfpkpagielbffjdmikkk |
Descrizione | Twitter Audio and Video Playback Speed Booster |
Dimensione del File | 57.45 KB |
Conteggio Installazioni | 464 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2022-08-21 |
Data di Pubblicazione | 2020-06-18 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | https://erasmo.dev |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://erasmo.dev |
URL della Pagina di Aiuto | https://erasmo.dev |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Playback Speed Booster", "version": "1.0", "manifest_version": 2, "description": "Twitter Audio and Video Playback Speed Booster", "background": { "scripts": [ "test.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "jquery.min.js", "content_script.js" ], "matches": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ] } ], "permissions": [ "tabs", "https:\/\/twitter.com\/*" ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |