Thumbs-preview for Youtube™
Shows multiple previews of a Youtube-video, when hovering on video-thumbnails on Youtube.com.
What is Thumbs-preview for Youtube™?
Thumbs-preview for Youtube™ is a Chrome extension developed by https://sebnilsson.com, and its main feature is "Shows multiple previews of a Youtube-video, when hovering on video-thumbnails on Youtube.com.".
Download Thumbs-preview for Youtube™ Extension CRX File
Download Thumbs-preview for Youtube™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
| Name | |
| ID | fmgdbmahogeafeboejeaihgenfhncdia |
| Official URL | 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. |
| File Size | 40.47 KB |
| Installation Count | 112 |
| Current Version | 0.2.1 |
| Last Updated | 2016-01-25 |
| Publish Date | 2016-01-20 |
| Rating | 4.00/5 Total 3 Ratings |
| Developer | https://sebnilsson.com |
| Payment Type | free |
| Supported Languages | 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'"
} | |