Youtube Preview

Show likes and dislikes rating bar on video thumbnails, previewing YouTube video like gif, helping you decide if its worth watching.

什么是Youtube Preview?

Youtube Preview是由tennison.chan开发的Chrome扩展程序,该扩展的主要功能是“Show likes and dislikes rating bar on video thumbnails, previewing YouTube video like gif, helping you decide if its worth watching.”。

扩展截图

screenshot
screenshot
screenshot

下载Youtube Preview扩展crx文件

下载Youtube Preview扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        # YouTube Previewer
Youtube just got easier. Fast-forward through videos all before you have to watch the complete video.  Jump to your favorite parts in a preview motion.

## Features
Preview Video Like a Gif
Speed through Youtube Videos. Jump to your favorite part, even fast-forward to your favorite part, all before you have to watch the whole video.                    

扩展基本信息

名称 Youtube Preview Youtube Preview
ID gbkgikkleehfibaknfmdphhhacjfkdap
官方URL https://chrome.google.com/webstore/detail/youtube-preview/gbkgikkleehfibaknfmdphhhacjfkdap
简介 Show likes and dislikes rating bar on video thumbnails, previewing YouTube video like gif, helping you decide if its worth watching.
文件大小 1.58 MB
安装次数 1,243
当前版本 0.9.4
更新时间 2021-04-05
上架时间 2021-04-05
评分 4.27/5 共52次评分
开发者 tennison.chan
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.9.4",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "author": "Tennison Chan ",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "css": [
                "styles\/preview.css"
            ],
            "js": [
                "bower_components\/material-design-lite\/material.min.js",
                "bower_components\/jquery\/dist\/jquery.min.js",
                "bower_components\/fuse.js\/src\/fuse.min.js",
                "scripts\/options.js",
                "scripts\/env.js",
                "scripts\/profiles.youtube.js",
                "scripts\/rewind-button.js",
                "scripts\/progress-bar.js",
                "scripts\/video-bookmark.js",
                "scripts\/preview.js",
                "scripts\/no-preview.js",
                "scripts\/storyboard.js",
                "scripts\/video-sparkbar.js",
                "scripts\/main.js"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/www.google.com\/*"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/bookmark-icon.png",
        "images\/close.png",
        "images\/add.png",
        "images\/search.png",
        "images\/bg_2048.png",
        "rewind-button.html"
    ]
}