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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tennison.chan และคุณลักษณะหลักของมันคือ "Show likes and dislikes rating bar on video thumbnails, previewing YouTube video like gif, helping you decide if its worth watching."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube Preview

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}