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 chr0me.dev33, 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 nmkbjkaanoiojdinkkonemgoiapmhood
URL Officiel https://chrome.google.com/webstore/detail/show-youtube-dislikes/nmkbjkaanoiojdinkkonemgoiapmhood
Description The extension returns the display of the counter of dislikes under the video on the YouTube service
Taille du Fichier 50.81 KB
Nombre d'Installations 2,267
Version Actuelle 1.0.5
Dernière Mise à Jour 2023-01-20
Date de Publication 2022-12-23
Évaluation 3.67/5 Total 3 Évaluations
Développeur chr0me.dev33
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://videofbsdk.name/privacy-policy.html
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"
            ]
        }
    ]
}