DISLIKE I'll be back

An extension that will restore the lost dislikes on your You Tube videos. Now you will again have the opportunity to select…

DISLIKE I'll be backとは何ですか?

DISLIKE I'll be backはWG web-productsによって開発されたChromeの拡張機能で、その主な機能は「An extension that will restore the lost dislikes on your You Tube videos. Now you will again have the opportunity to select…」です。

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

screenshot
screenshot

DISLIKE I'll be back拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        An extension that will restore the lost dislikes on your You Tube videos. Now you will again have the opportunity to select suitable videos based on dislikes.
To do this, just install this extension, and it will restore the number of dissatisfied ratings for the videos.
##
#
In early November, YouTube underwent a major change. On the video hosting, it was decided to remove the display of the number of dislikes.                    

拡張機能の基本情報

名前 DISLIKE I'll be back DISLIKE I'll be back
ID jabfapildgnlaeeenmnimphihfdbljno
公式URL https://chromewebstore.google.com/detail/dislike-ill-be-back/jabfapildgnlaeeenmnimphihfdbljno
説明 An extension that will restore the lost dislikes on your You Tube videos. Now you will again have the opportunity to select…
ファイルサイズ 52.32 KB
インストール数 14
現在のバージョン 1.0.1
最終更新日 2022-05-06
公開日 2022-05-05
開発者 WG web-products
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://pastebin.com/gjmUMkFN
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DISLIKE I'll be back",
    "version": "1.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "ryd.background.js"
    },
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/m.youtube.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.music.youtube.com\/*"
            ],
            "js": [
                "bundled-content-script.js"
            ],
            "css": [
                "content-style.css"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "ryd.script.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ]
}