Youtube Video Dislike and Analyzer

Determines if a Youtube video is worth watching by analyzing the video's like and view count and provides the ratio.

什麼是Youtube Video Dislike and Analyzer?

Youtube Video Dislike and Analyzer是由Allen Ye開發的Chrome擴展程式,該擴展的主要功能是“Determines if a Youtube video is worth watching by analyzing the video's like and view count and provides the ratio.”。

擴展截圖

screenshot
screenshot

下載Youtube Video Dislike and Analyzer擴展crx文件

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

擴展使用說明

                        Analyzes a Youtube video's view and like count to determine if the video is worth watching. Provides the ratios for the metrics to easily show viewer feedback for the video. 

How to use:
- Install
- Open up a youtube video
- Click on the extension to view the metrics
- Scroll through the pages to view metrics                    

擴展基本資訊

名稱 Youtube Video Dislike and Analyzer Youtube Video Dislike and Analyzer
ID kopakfipkoacidinaekadjfngamalmfd
官方網址 https://chromewebstore.google.com/detail/youtube-video-dislike-and/kopakfipkoacidinaekadjfngamalmfd
簡介 Determines if a Youtube video is worth watching by analyzing the video's like and view count and provides the ratio.
檔案大小 2.01 MB
安裝次數 91
目前版本 2.3
更新時間 2021-12-17
上架時間 2021-11-28
評分 3.67/5 共 6 次評分
開發者 Allen Ye
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/allenye66
說明頁面URL https://github.com/allenye66
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Video Dislike and Analyzer",
    "description": "Determines if a Youtube video is worth watching by analyzing the video's like and view count and provides the ratio.",
    "version": "2.3",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}