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擴充功能。
擴展使用說明
擴展基本資訊
名稱 | Thumbs-preview for Youtube™ |
ID | fmgdbmahogeafeboejeaihgenfhncdia |
官方網址 | 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'" } |