Thumbs-preview for Youtube™
Shows multiple previews of a Youtube-video, when hovering on video-thumbnails on Youtube.com.
Wat is Thumbs-preview for Youtube™?
Thumbs-preview for Youtube™ is een Chrome-extensie ontwikkeld door https://sebnilsson.com, en de belangrijkste functie is "Shows multiple previews of a Youtube-video, when hovering on video-thumbnails on Youtube.com.".
Download het CRX-bestand van de extensie Thumbs-preview for Youtube™
Download Thumbs-preview for Youtube™-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
Basisinformatie over de Extensie
| Naam | |
| ID | fmgdbmahogeafeboejeaihgenfhncdia |
| Officiële URL | https://chromewebstore.google.com/detail/thumbs-preview-for-youtub/fmgdbmahogeafeboejeaihgenfhncdia |
| Beschrijving | Shows multiple previews of a Youtube-video, when hovering on video-thumbnails on Youtube.com. |
| Bestandsgrootte | 40.47 KB |
| Aantal Installaties | 112 |
| Huidige Versie | 0.2.1 |
| Laatst Bijgewerkt | 2016-01-25 |
| Publicatiedatum | 2016-01-20 |
| Beoordeling | 4.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | https://sebnilsson.com |
| Betalingswijze | free |
| Ondersteunde Talen | 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'"
} | |