Show YouTube Dislikes

The extension returns the display of the counter of dislikes under the video on the YouTube service

Vad är Show YouTube Dislikes?

Show YouTube Dislikes är en Chrome-tillägg utvecklad av chr0meyou123, och dess huvudfunktion är "The extension returns the display of the counter of dislikes under the video on the YouTube service".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Show YouTube Dislikes-förlängningens CRX-fil

Ladda ner Show YouTube Dislikes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        The extension returns the display of the counter of dislikes under the video on the YouTube service                    

Grundläggande Information om Tillägg

Namn Show YouTube Dislikes Show YouTube Dislikes
ID ediahdpmagmodocmhlmjdndhbdalnibo
Officiell webbadress https://chromewebstore.google.com/detail/show-youtube-dislikes/ediahdpmagmodocmhlmjdndhbdalnibo
Beskrivning The extension returns the display of the counter of dislikes under the video on the YouTube service
Filstorlek 134 KB
Antal Installationer 61
Aktuell Version 1.0.5
Senast Uppdaterad 2023-01-11
Publiceringsdatum 2023-01-10
Utvecklare chr0meyou123
E-post [email protected]
Betalningssätt free
Stödda Språk 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",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "icons\/diz128.png",
        "48": "icons\/diz48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "permissions": [
        "storage"
    ],
    "version": "1.0.5",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "ryd.script.js"
            ]
        }
    ]
}