Youtube views to likes

Percentage of views to likes in youtube

Youtube views to likesとは何ですか?

Youtube views to likesはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Percentage of views to likes in youtube」です。

拡張機能のスクリーンショット

screenshot

Youtube views to likes拡張機能のCRXファイルをダウンロード

Youtube views to likes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extensions will add to the side of the Like Count, a percentage of how many likes the video have per views in percentage.                    

拡張機能の基本情報

名前 Youtube views to likes Youtube views to likes
ID mpeeomopiogbgfgboeclndgdacciclmo
公式URL https://chromewebstore.google.com/detail/youtube-views-to-likes/mpeeomopiogbgfgboeclndgdacciclmo
説明 Percentage of views to likes in youtube
ファイルサイズ 3.96 KB
インストール数 11
現在のバージョン 1.1
最終更新日 2021-11-24
公開日 2021-11-13
評価 2.00/5 合計 4 レビュー
開発者 Unknown
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "vtl.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "name": "Youtube views to likes",
    "description": "Percentage of views to likes in youtube",
    "version": "1.1",
    "manifest_version": 3
}