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™ Thumbs-preview for Youtube™
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'"
}