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
公式URL 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
Eメール [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"
    ]
}