YouTube Like Ratio Preview

Displays the YouTube video's like ratio on its thumbnail

什麼是YouTube Like Ratio Preview?

YouTube Like Ratio Preview是由Adam Gordon開發的Chrome擴展程式,該擴展的主要功能是“Displays the YouTube video's like ratio on its thumbnail”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載YouTube Like Ratio Preview擴展crx文件

下載YouTube Like Ratio Preview擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Find out if a video is worth watching by previewing it's like ratio before you click on it.

This Extension utilizes a similar design to YouTube™ to keep things sleek and cohesive. View the like ratio from every possible page on YouTube™ with seamless automatic updates as you scroll and browse.


YouTube™ is a trademark of Google LLC.                    

擴展基本資訊

名稱 YouTube Like Ratio Preview YouTube Like Ratio Preview
ID oaoblkfmjnfpkpiialnpdhchjplknfjj
官方網址 https://chrome.google.com/webstore/detail/youtube-like-ratio-previe/oaoblkfmjnfpkpiialnpdhchjplknfjj
簡介 Displays the YouTube video's like ratio on its thumbnail
檔案大小 13.26 KB
安裝次數 715
目前版本 2.0.10
更新時間 2022-02-09
上架時間 2020-12-17
評分 4.13/5 共 15 次評分
開發者 Adam Gordon
電子郵箱 [email protected]
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Like Ratio Preview",
    "version": "2.0.10",
    "manifest_version": 3,
    "author": "Adam Gordon",
    "description": "Displays the YouTube video's like ratio on its thumbnail",
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "icons": {
        "16": "youtubeThumbsUp16.png",
        "48": "youtubeThumbsUp48.png",
        "128": "youtubeThumbsUp128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_title": "YouTube Like Ratio"
    }
}