Kament.io - Enable Youtube Comments

Bring Freedom of Speech back to Youtube

Qu'est-ce que Kament.io - Enable Youtube Comments ?

Kament.io - Enable Youtube Comments est une extension Chrome développée par https://kament.io, et sa fonction principale est "Bring Freedom of Speech back to Youtube".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Kament.io - Enable Youtube Comments

Téléchargez les fichiers d'extension Kament.io - Enable Youtube Comments 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

                        a Browser Extension that enables comments on Youtube videos that the owner or Youtube has disabled the feature. Our philosophy is that if a person or an organisation distributes their content to the public through platforms such as Youtube, disabling comments is an act of oppression.                    

Informations de Base sur l'Extension

Nom Kament.io - Enable Youtube Comments Kament.io - Enable Youtube Comments
ID fneflenpfeggcgibpkbbmlakajbiajij
URL Officiel https://chromewebstore.google.com/detail/kamentio-enable-youtube-c/fneflenpfeggcgibpkbbmlakajbiajij
Description Bring Freedom of Speech back to Youtube
Taille du Fichier 142 KB
Nombre d'Installations 754
Version Actuelle 0.4
Dernière Mise à Jour 2023-02-20
Date de Publication 2022-09-01
Évaluation 4.55/5 Total 11 Évaluations
Développeur https://kament.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://kament.io
URL de la Page d'Aide https://kament.io
URL de la Page de Politique de Confidentialité https://kament.io
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kament.io - Enable Youtube Comments",
    "manifest_version": 3,
    "version": "0.4",
    "description": "Bring Freedom of Speech back to Youtube",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "assets\/icon32.png",
            "24": "assets\/icon32.png",
            "32": "assets\/icon32.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/icon32.png",
        "24": "assets\/icon32.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon32.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/kament.io\/*",
                "http:\/\/kament.io\/*"
            ],
            "js": [
                "auth.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "webcomponents-bundle.js",
                "libj.js",
                "libv.js",
                "kament-element.min.js",
                "youtube.js"
            ]
        }
    ],
    "homepage_url": "https:\/\/kament.io"
}