Return Dislike for Youtube™

Extension Return Dislike for Youtube

Cos'è Return Dislike for Youtube™?

Return Dislike for Youtube™ è un'estensione di Chrome sviluppata da Wizz Extensions, e la sua funzione principale è "Extension Return Dislike for Youtube".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Return Dislike for Youtube™

Scarica i file di estensione Return Dislike for Youtube™ 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

                        Return YouTube Dislike - Pro
Return YouTube Dislike restores the ability to see dislikes on YouTube.

This extension aims to restore power to users by using a combination of archived like and dislike data, as well as the likes and dislikes made by extension users to show the most accurate ratings.                    

Informazioni di Base sull'Estensione

Nome Return Dislike for Youtube™ Return Dislike for Youtube™
ID nphpdenalmcdfmhfjkechmigkpijbmde
URL Ufficiale https://chrome.google.com/webstore/detail/return-dislike-for-youtub/nphpdenalmcdfmhfjkechmigkpijbmde
Descrizione Extension Return Dislike for Youtube
Dimensione del File 38.67 KB
Conteggio Installazioni 9,785
Versione Corrente 1.1
Ultimo Aggiornamento 2023-02-14
Data di Pubblicazione 2022-11-24
Valutazione 4.72/5 Totale 46 Valutazioni
Sviluppatore Wizz Extensions
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "content-style.css"
            ],
            "exclude_matches": [
                "*:\/\/*.music.youtube.com\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/m.youtube.com\/*"
            ]
        },
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Extension Return Dislike for Youtube",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 3,
    "name": "Return Dislike for Youtube\u2122",
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "ryd.script.js"
            ]
        },
        {
            "resources": [
                "injected_content.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}