Kament.io - Enable Youtube Comments

Bring Freedom of Speech back to Youtube

Co je Kament.io - Enable Youtube Comments?

Kament.io - Enable Youtube Comments je rozšíření Chrome vyvinuté https://kament.io, a jeho hlavní funkcí je „Bring Freedom of Speech back to Youtube“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Kament.io - Enable Youtube Comments

Stáhněte si soubory rozšíření Kament.io - Enable Youtube Comments ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Kament.io - Enable Youtube Comments Kament.io - Enable Youtube Comments
ID fneflenpfeggcgibpkbbmlakajbiajij
Oficiální URL https://chromewebstore.google.com/detail/kamentio-enable-youtube-c/fneflenpfeggcgibpkbbmlakajbiajij
Popis Bring Freedom of Speech back to Youtube
Velikost souboru 142 KB
Počet instalací 754
Aktuální Verze 0.4
Poslední Aktualizace 2023-02-20
Datum Vydání 2022-09-01
Hodnocení 4.55/5 Celkem 11 Hodnocení
Vývojář https://kament.io
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://kament.io
URL Stránky Nápovědy https://kament.io
URL Stránky Zásad Ochrany Soukromí https://kament.io
Podporované Jazyky 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"
}