Kament.io - Enable Youtube Comments

Bring Freedom of Speech back to Youtube

什么是Kament.io - Enable Youtube Comments?

Kament.io - Enable Youtube Comments是由https://kament.io开发的Chrome扩展程序,该扩展的主要功能是“Bring Freedom of Speech back to Youtube”。

扩展截图

screenshot
screenshot

下载Kament.io - Enable Youtube Comments扩展crx文件

下载Kament.io - Enable Youtube Comments扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Kament.io - Enable Youtube Comments Kament.io - Enable Youtube Comments
ID fneflenpfeggcgibpkbbmlakajbiajij
官方URL https://chromewebstore.google.com/detail/kamentio-enable-youtube-c/fneflenpfeggcgibpkbbmlakajbiajij
简介 Bring Freedom of Speech back to Youtube
文件大小 142 KB
安装次数 754
当前版本 0.4
更新时间 2023-02-20
上架时间 2022-09-01
评分 4.55/5 共11次评分
开发者 https://kament.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://kament.io
帮助页面URL https://kament.io
隐私政策页面URL https://kament.io
支持的语言 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"
}