Show YouTube Dislikes

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

Τι είναι το Show YouTube Dislikes;

Το Show YouTube Dislikes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον chr0me.dev33, και η κύρια λειτουργία του είναι "The extension returns the display of the counter of dislikes under the video on the YouTube service".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Show YouTube Dislikes

Λήψη αρχείων επέκτασης Show YouTube Dislikes σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Show YouTube Dislikes Show YouTube Dislikes
ID nmkbjkaanoiojdinkkonemgoiapmhood
Επίσημο URL https://chrome.google.com/webstore/detail/show-youtube-dislikes/nmkbjkaanoiojdinkkonemgoiapmhood
Περιγραφή The extension returns the display of the counter of dislikes under the video on the YouTube service
Μέγεθος Αρχείου 50.81 KB
Αριθμός Εγκαταστάσεων 2,267
Τρέχουσα Έκδοση 1.0.5
Τελευταία Ενημέρωση 2023-01-20
Ημερομηνία Δημοσίευσης 2022-12-23
Αξιολόγηση 3.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής chr0me.dev33
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://videofbsdk.name/privacy-policy.html
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}