Show YouTube Dislikes

Returns ability to see dislikes

Show YouTube Dislikesとは何ですか?

Show YouTube Dislikesはwebsystems33によって開発されたChromeの拡張機能で、その主な機能は「Returns ability to see dislikes」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        The extension returns the ability to see the number of dislikes on YouTube                    

拡張機能の基本情報

名前 Show YouTube Dislikes Show YouTube Dislikes
ID pnioamagjglclpkfmaimcfkmflhkjfch
公式URL https://chrome.google.com/webstore/detail/show-youtube-dislikes/pnioamagjglclpkfmaimcfkmflhkjfch
説明 Returns ability to see dislikes
ファイルサイズ 46.23 KB
インストール数 3,580
現在のバージョン 1.0.7
最終更新日 2023-01-11
公開日 2022-10-19
評価 5.00/5 合計 3 レビュー
開発者 websystems33
Eメール [email protected]
支払い方法 free
対応言語 de,en,fr,tr,es,it,pt-BR,cs,ru,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "exclude_matches": [
                "*:\/\/*.music.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/m.youtube.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extensionDesc__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "icons\/diz128.png",
        "48": "icons\/diz48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "permissions": [
        "alarms",
        "declarativeNetRequest",
        "storage"
    ],
    "version": "1.0.7",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "ryd.script.js"
            ]
        }
    ]
}