Show YouTube Dislikes

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

Qu'est-ce que Show YouTube Dislikes ?

Show YouTube Dislikes est une extension Chrome développée par chr0meyou123, et sa fonction principale est "The extension returns the display of the counter of dislikes under the video on the YouTube service".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Show YouTube Dislikes

Téléchargez les fichiers d'extension Show YouTube Dislikes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Show YouTube Dislikes Show YouTube Dislikes
ID ediahdpmagmodocmhlmjdndhbdalnibo
URL Officiel https://chromewebstore.google.com/detail/show-youtube-dislikes/ediahdpmagmodocmhlmjdndhbdalnibo
Description The extension returns the display of the counter of dislikes under the video on the YouTube service
Taille du Fichier 134 KB
Nombre d'Installations 61
Version Actuelle 1.0.5
Dernière Mise à Jour 2023-01-11
Date de Publication 2023-01-10
Développeur chr0meyou123
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}