Kament.io - Enable Youtube Comments

Bring Freedom of Speech back to Youtube

Что такое Kament.io - Enable Youtube Comments?

Kament.io - Enable Youtube Comments - это расширение Chrome, разработанное https://kament.io, и его основная функция - "Bring Freedom of Speech back to Youtube".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Kament.io - Enable Youtube Comments

Скачайте файлы расширений 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"
}