Hoverzoom Plus for Youtube videos
Easily view Youtube videos without loading another page by hovering over the links.
Wat is Hoverzoom Plus for Youtube videos?
Hoverzoom Plus for Youtube videos is een Chrome-extensie ontwikkeld door https://www.apptic.me, en de belangrijkste functie is "Easily view Youtube videos without loading another page by hovering over the links.".
Extensie Screenshots
Download het CRX-bestand van de extensie Hoverzoom Plus for Youtube videos
Download Hoverzoom Plus for Youtube videos-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/
Basisinformatie over de Extensie
Naam | Hoverzoom Plus for Youtube videos |
ID | himebmdddlbemclikfplacbnmjgomlkk |
Officiële URL | https://chromewebstore.google.com/detail/hoverzoom-plus-for-youtub/himebmdddlbemclikfplacbnmjgomlkk |
Beschrijving | Easily view Youtube videos without loading another page by hovering over the links. |
Bestandsgrootte | 48.37 KB |
Aantal Installaties | 713 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2014-06-09 |
Publicatiedatum | 2014-06-09 |
Beoordeling | 3.92/5 Totaal 13 Beoordelingen |
Ontwikkelaar | https://www.apptic.me |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.apptic.me/projects/hoverzoom/ |
Help Pagina-URL | https://www.apptic.me/contact.php |
URL van de Privacybeleid Pagina | https://www.apptic.me/privacy.php |
Ondersteunde Talen | 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\/*" ] } ] } |