Show YouTube Dislikes

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

Cos'è Show YouTube Dislikes?

Show YouTube Dislikes è un'estensione di Chrome sviluppata da chr0me.dev33, e la sua funzione principale è "The extension returns the display of the counter of dislikes under the video on the YouTube service".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Show YouTube Dislikes

Scarica i file di estensione Show YouTube Dislikes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Show YouTube Dislikes Show YouTube Dislikes
ID nmkbjkaanoiojdinkkonemgoiapmhood
URL Ufficiale https://chrome.google.com/webstore/detail/show-youtube-dislikes/nmkbjkaanoiojdinkkonemgoiapmhood
Descrizione The extension returns the display of the counter of dislikes under the video on the YouTube service
Dimensione del File 50.81 KB
Conteggio Installazioni 2,267
Versione Corrente 1.0.5
Ultimo Aggiornamento 2023-01-20
Data di Pubblicazione 2022-12-23
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore chr0me.dev33
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://videofbsdk.name/privacy-policy.html
Lingue Supportate 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"
            ]
        }
    ]
}