DISlike-appeared

For the video material to be useful to you, you need to see the ratio of likes and dislikes on it. Isn't it? If so, then this…

Qu'est-ce que DISlike-appeared ?

DISlike-appeared est une extension Chrome développée par Denis P, et sa fonction principale est "For the video material to be useful to you, you need to see the ratio of likes and dislikes on it. Isn't it? If so, then this…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension DISlike-appeared

Téléchargez les fichiers d'extension DISlike-appeared au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        For the video material to be useful to you, you need to see the ratio of likes and dislikes on it. Isn't it? If so, then this browser extension is here to show you hidden youtube dislikes. It is completely free and does not require additional installations!                    

Informations de Base sur l'Extension

Nom DISlike-appeared DISlike-appeared
ID icgkalfcngaljmakggdblfaldghodbbe
URL Officiel https://chromewebstore.google.com/detail/dislike-appeared/icgkalfcngaljmakggdblfaldghodbbe
Description For the video material to be useful to you, you need to see the ratio of likes and dislikes on it. Isn't it? If so, then this…
Taille du Fichier 53.21 KB
Nombre d'Installations 10
Version Actuelle 0.0.1
Dernière Mise à Jour 2022-04-18
Date de Publication 2022-04-18
Évaluation 4.84/5 Total 25 Évaluations
Développeur Denis P
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://sites.google.com/view/termsandconditionsandprivacypo
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DISlike-appeared",
    "version": "0.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "ryd.background.js"
    },
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/m.youtube.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.music.youtube.com\/*"
            ],
            "js": [
                "bundled-content-script.js"
            ],
            "css": [
                "content-style.css"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "ryd.script.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ]
}