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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://kament.io
عنوان صفحة سياسة الخصوصية 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"
}