Hoverzoom Plus for Youtube videos
Easily view Youtube videos without loading another page by hovering over the links.
Cos'è Hoverzoom Plus for Youtube videos?
Hoverzoom Plus for Youtube videos è un'estensione di Chrome sviluppata da https://www.apptic.me, e la sua funzione principale è "Easily view Youtube videos without loading another page by hovering over the links.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hoverzoom Plus for Youtube videos
Scarica i file di estensione Hoverzoom Plus for Youtube videos 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
View Youtube videos easily by hovering over them. An extension truly for the lazy - rather than clicking, why not stay on the same page? Demo: https://www.apptic.me/projects/hoverzoom/
Informazioni di Base sull'Estensione
Nome | Hoverzoom Plus for Youtube videos |
ID | himebmdddlbemclikfplacbnmjgomlkk |
URL Ufficiale | https://chromewebstore.google.com/detail/hoverzoom-plus-for-youtub/himebmdddlbemclikfplacbnmjgomlkk |
Descrizione | Easily view Youtube videos without loading another page by hovering over the links. |
Dimensione del File | 48.37 KB |
Conteggio Installazioni | 713 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2014-06-09 |
Data di Pubblicazione | 2014-06-09 |
Valutazione | 3.92/5 Totale 13 Valutazioni |
Sviluppatore | https://www.apptic.me |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.apptic.me/projects/hoverzoom/ |
URL della Pagina di Aiuto | https://www.apptic.me/contact.php |
URL della Pagina della Politica sulla Privacy | https://www.apptic.me/privacy.php |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hoverzoom Plus for Youtube videos", "short_name": "Hoverzoom for Youtube", "description": "Easily view Youtube videos without loading another page by hovering over the links.", "version": "1.0.2", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon.png" }, "content_scripts": [ { "js": [ "jquery.js", "main.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_globs": [ "*:\/\/*.youtube.com\/*" ] } ] } |