Kament.io - Enable Youtube Comments

Bring Freedom of Speech back to Youtube

Apa itu Kament.io - Enable Youtube Comments?

Kament.io - Enable Youtube Comments adalah ekstensi Chrome yang dikembangkan oleh https://kament.io, dan fitur utamanya adalah "Bring Freedom of Speech back to Youtube".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Kament.io - Enable Youtube Comments

Unduh file ekstensi Kament.io - Enable Youtube Comments dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Kament.io - Enable Youtube Comments Kament.io - Enable Youtube Comments
ID fneflenpfeggcgibpkbbmlakajbiajij
URL Resmi https://chromewebstore.google.com/detail/kamentio-enable-youtube-c/fneflenpfeggcgibpkbbmlakajbiajij
Deskripsi Bring Freedom of Speech back to Youtube
Ukuran File 142 KB
Jumlah Instalasi 754
Versi Saat Ini 0.4
Terakhir Diperbarui 2023-02-20
Tanggal Publikasi 2022-09-01
Penilaian 4.55/5 Total 11 Penilaian
Pengembang https://kament.io
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://kament.io
URL Halaman Bantuan https://kament.io
URL Halaman Kebijakan Privasi https://kament.io
Bahasa yang Didukung 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"
}