Twitter Volume Control
Adds a volume slider to twitter videos - TWITTER HAS A NATIVE ONE NOW
Cos'è Twitter Volume Control?
Twitter Volume Control è un'estensione di Chrome sviluppata da http://pause-geek.fr, e la sua funzione principale è "Adds a volume slider to twitter videos - TWITTER HAS A NATIVE ONE NOW".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitter Volume Control
Scarica i file di estensione Twitter Volume Control 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
TWITTER FINALLY ADDED THIS FUNCTIONALITY NATIVELY - THIS EXTENSION IS NOT NEEDED ANYMORE. I will leave it on the webstore anyway in case people prefer the horizontal version. No Vine support, only native twitter videos. Check the source at https://github.com/BaliBalo/twitterVolumeControl
Informazioni di Base sull'Estensione
Nome | |
ID | geeghoallaenmelpkedpgjpllljkfeap |
URL Ufficiale | https://chrome.google.com/webstore/detail/twitter-volume-control/geeghoallaenmelpkedpgjpllljkfeap |
Descrizione | Adds a volume slider to twitter videos - TWITTER HAS A NATIVE ONE NOW |
Dimensione del File | 7.16 KB |
Conteggio Installazioni | 2,282 |
Versione Corrente | 1.3.1 |
Ultimo Aggiornamento | 2016-10-20 |
Data di Pubblicazione | 2016-10-20 |
Valutazione | 4.70/5 Totale 23 Valutazioni |
Sviluppatore | http://pause-geek.fr |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Volume Control", "version": "1.3.1", "description": "Adds a volume slider to twitter videos - TWITTER HAS A NATIVE ONE NOW", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/i\/videos\/*" ], "js": [ "script.js" ], "all_frames": true } ], "manifest_version": 2 } |