Dislike YouTube 2021

Bringing back the dislike button on YouTube

Dislike YouTube 2021とは何ですか?

Dislike YouTube 2021はCristiによって開発されたChromeの拡張機能で、その主な機能は「Bringing back the dislike button on YouTube」です。

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

screenshot

Dislike YouTube 2021拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Bringing back the dislike button on YouTube                    

拡張機能の基本情報

名前 Dislike YouTube 2021 Dislike YouTube 2021
ID bbnoenijmedeeiknnjfjafdmhhocinjd
公式URL https://chromewebstore.google.com/detail/dislike-youtube-2021/bbnoenijmedeeiknnjfjafdmhhocinjd
説明 Bringing back the dislike button on YouTube
ファイルサイズ 59.41 KB
インストール数 39
現在のバージョン 1.0.0
最終更新日 2021-12-04
公開日 2021-12-01
評価 3.50/5 合計 8 レビュー
開発者 Cristi
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dislike YouTube 2021",
    "version": "1.0.0",
    "minimum_chrome_version": "88",
    "icons": {
        "48": "thumbs48.png",
        "128": "thumbs128.png"
    },
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/watch?v=*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "insert.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ]
}