Show YouTube Dislikes

Returns ability to see dislikes

Wat is Show YouTube Dislikes?

Show YouTube Dislikes is een Chrome-extensie ontwikkeld door websystems33, en de belangrijkste functie is "Returns ability to see dislikes".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Show YouTube Dislikes

Download Show YouTube Dislikes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        The extension returns the ability to see the number of dislikes on YouTube                    

Basisinformatie over de Extensie

Naam Show YouTube Dislikes Show YouTube Dislikes
ID pnioamagjglclpkfmaimcfkmflhkjfch
Officiële URL https://chrome.google.com/webstore/detail/show-youtube-dislikes/pnioamagjglclpkfmaimcfkmflhkjfch
Beschrijving Returns ability to see dislikes
Bestandsgrootte 46.23 KB
Aantal Installaties 3,580
Huidige Versie 1.0.7
Laatst Bijgewerkt 2023-01-11
Publicatiedatum 2022-10-19
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar websystems33
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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",
    "description": "__MSG_extensionDesc__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "icons\/diz128.png",
        "48": "icons\/diz48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "permissions": [
        "alarms",
        "declarativeNetRequest",
        "storage"
    ],
    "version": "1.0.7",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "ryd.script.js"
            ]
        }
    ]
}