Show YouTube Dislikes

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

Was ist Show YouTube Dislikes?

Show YouTube Dislikes ist eine Chrome-Erweiterung, die von chr0me.dev33 entwickelt wurde, und ihr Hauptmerkmal ist "The extension returns the display of the counter of dislikes under the video on the YouTube service".

Erweiterungsscreenshots

screenshot
screenshot

Show YouTube Dislikes-Erweiterungs-CRX-Datei herunterladen

Laden Sie Show YouTube Dislikes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Show YouTube Dislikes Show YouTube Dislikes
ID nmkbjkaanoiojdinkkonemgoiapmhood
Offizielle URL https://chrome.google.com/webstore/detail/show-youtube-dislikes/nmkbjkaanoiojdinkkonemgoiapmhood
Beschreibung The extension returns the display of the counter of dislikes under the video on the YouTube service
Dateigröße 50.81 KB
Installationsanzahl 2,267
Aktuelle Version 1.0.5
Letztes Update 2023-01-20
Veröffentlichungsdatum 2022-12-23
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler chr0me.dev33
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://videofbsdk.name/privacy-policy.html
Unterstützte Sprachen 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"
            ]
        }
    ]
}