Thumbs-preview for Youtube™
Shows multiple previews of a Youtube-video, when hovering on video-thumbnails on Youtube.com.
Thumbs-preview for Youtube™とは何ですか?
Thumbs-preview for Youtube™はhttps://sebnilsson.comによって開発されたChromeの拡張機能で、その主な機能は「Shows multiple previews of a Youtube-video, when hovering on video-thumbnails on Youtube.com.」です。
Thumbs-preview for Youtube™拡張機能のCRXファイルをダウンロード
Thumbs-preview for Youtube™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | fmgdbmahogeafeboejeaihgenfhncdia |
| 公式URL | https://chromewebstore.google.com/detail/thumbs-preview-for-youtub/fmgdbmahogeafeboejeaihgenfhncdia |
| 説明 | Shows multiple previews of a Youtube-video, when hovering on video-thumbnails on Youtube.com. |
| ファイルサイズ | 40.47 KB |
| インストール数 | 112 |
| 現在のバージョン | 0.2.1 |
| 最終更新日 | 2016-01-25 |
| 公開日 | 2016-01-20 |
| 評価 | 4.00/5 合計 3 レビュー |
| 開発者 | https://sebnilsson.com |
| 支払い方法 | free |
| 対応言語 | 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'"
} | |