Kament.io - Enable Youtube Comments

Bring Freedom of Speech back to Youtube

Cos'è Kament.io - Enable Youtube Comments?

Kament.io - Enable Youtube Comments è un'estensione di Chrome sviluppata da https://kament.io, e la sua funzione principale è "Bring Freedom of Speech back to Youtube".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Kament.io - Enable Youtube Comments

Scarica i file di estensione Kament.io - Enable Youtube Comments 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Kament.io - Enable Youtube Comments Kament.io - Enable Youtube Comments
ID fneflenpfeggcgibpkbbmlakajbiajij
URL Ufficiale https://chromewebstore.google.com/detail/kamentio-enable-youtube-c/fneflenpfeggcgibpkbbmlakajbiajij
Descrizione Bring Freedom of Speech back to Youtube
Dimensione del File 142 KB
Conteggio Installazioni 754
Versione Corrente 0.4
Ultimo Aggiornamento 2023-02-20
Data di Pubblicazione 2022-09-01
Valutazione 4.55/5 Totale 11 Valutazioni
Sviluppatore https://kament.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://kament.io
URL della Pagina di Aiuto https://kament.io
URL della Pagina della Politica sulla Privacy https://kament.io
Lingue Supportate 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"
}