Kament.io - Enable Youtube Comments

Bring Freedom of Speech back to Youtube

Wat is Kament.io - Enable Youtube Comments?

Kament.io - Enable Youtube Comments is een Chrome-extensie ontwikkeld door https://kament.io, en de belangrijkste functie is "Bring Freedom of Speech back to Youtube".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Kament.io - Enable Youtube Comments

Download Kament.io - Enable Youtube Comments-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Kament.io - Enable Youtube Comments Kament.io - Enable Youtube Comments
ID fneflenpfeggcgibpkbbmlakajbiajij
Officiële URL https://chromewebstore.google.com/detail/kamentio-enable-youtube-c/fneflenpfeggcgibpkbbmlakajbiajij
Beschrijving Bring Freedom of Speech back to Youtube
Bestandsgrootte 142 KB
Aantal Installaties 754
Huidige Versie 0.4
Laatst Bijgewerkt 2023-02-20
Publicatiedatum 2022-09-01
Beoordeling 4.55/5 Totaal 11 Beoordelingen
Ontwikkelaar https://kament.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://kament.io
Help Pagina-URL https://kament.io
URL van de Privacybeleid Pagina https://kament.io
Ondersteunde Talen 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"
}