Thumbs-preview for Youtube™
Shows multiple previews of a Youtube-video, when hovering on video-thumbnails on Youtube.com.
Qu'est-ce que Thumbs-preview for Youtube™ ?
Thumbs-preview for Youtube™ est une extension Chrome développée par https://sebnilsson.com, et sa fonction principale est "Shows multiple previews of a Youtube-video, when hovering on video-thumbnails on Youtube.com.".
Télécharger le fichier CRX de l'extension Thumbs-preview for Youtube™
Téléchargez les fichiers d'extension Thumbs-preview for Youtube™ 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
Informations de Base sur l'Extension
Nom | Thumbs-preview for Youtube™ |
ID | fmgdbmahogeafeboejeaihgenfhncdia |
URL Officiel | https://chromewebstore.google.com/detail/thumbs-preview-for-youtub/fmgdbmahogeafeboejeaihgenfhncdia |
Description | Shows multiple previews of a Youtube-video, when hovering on video-thumbnails on Youtube.com. |
Taille du Fichier | 40.47 KB |
Nombre d'Installations | 112 |
Version Actuelle | 0.2.1 |
Dernière Mise à Jour | 2016-01-25 |
Date de Publication | 2016-01-20 |
Évaluation | 4.00/5 Total 3 Évaluations |
Développeur | https://sebnilsson.com |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Thumbs-preview for Youtube\u2122", "description": "Shows multiple previews of a Youtube-video, when hovering on video-thumbnails on Youtube.com.", "version": "0.2.1", "author": "Seb Nilsson", "homepage_url": "http:\/\/sebnilsson.com", "permissions": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "js": [ "jquery-2.2.0.min.js", "content.js" ], "matches": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |