Hoverzoom Plus for Youtube videos
Easily view Youtube videos without loading another page by hovering over the links.
Qu'est-ce que Hoverzoom Plus for Youtube videos ?
Hoverzoom Plus for Youtube videos est une extension Chrome développée par https://www.apptic.me, et sa fonction principale est "Easily view Youtube videos without loading another page by hovering over the links.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Hoverzoom Plus for Youtube videos
Téléchargez les fichiers d'extension Hoverzoom Plus for Youtube videos au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | Hoverzoom Plus for Youtube videos |
ID | himebmdddlbemclikfplacbnmjgomlkk |
URL Officiel | https://chromewebstore.google.com/detail/hoverzoom-plus-for-youtub/himebmdddlbemclikfplacbnmjgomlkk |
Description | Easily view Youtube videos without loading another page by hovering over the links. |
Taille du Fichier | 48.37 KB |
Nombre d'Installations | 713 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2014-06-09 |
Date de Publication | 2014-06-09 |
Évaluation | 3.92/5 Total 13 Évaluations |
Développeur | https://www.apptic.me |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.apptic.me/projects/hoverzoom/ |
URL de la Page d'Aide | https://www.apptic.me/contact.php |
URL de la Page de Politique de Confidentialité | https://www.apptic.me/privacy.php |
Langues Prises en Charge | 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\/*" ] } ] } |