CommentBlock
Block spam/scam YouTube comments
ما هو CommentBlock؟
CommentBlock هو إضافة Chrome تم تطويرها بواسطة Xenova، والميزة الرئيسية لها هي "Block spam/scam YouTube comments".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CommentBlock
قم بتنزيل ملفات الامتداد CommentBlock بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        CommentBlock is an open-source browser extension that automatically blocks spam/scam YouTube comments.                     معلومات أساسية عن التمديد
| الاسم |   |  
| ID | pnhkbjdbaioddkchelkolhbhcmlibjfb | 
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/commentblock/pnhkbjdbaioddkchelkolhbhcmlibjfb | 
| الوصف | Block spam/scam YouTube comments | 
| حجم الملف | 400 KB | 
| عدد التثبيتات | 26 | 
| النسخة الحالية | 0.0.3 | 
| آخر تحديث | 2023-02-28 | 
| تاريخ النشر | 2023-02-13 | 
| تقييم | 3.00/5 مجموع تقييمات 2 | 
| المطور | Xenova | 
| البريد الإلكتروني | [email protected] | 
| نوع الدفع | free | 
| موقع الإضافة | https://github.com/xenova/commentblock | 
| عنوان صفحة المساعدة | https://github.com/xenova/commentblock | 
| اللغات المدعومة | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CommentBlock",
    "description": "Block spam\/scam YouTube comments",
    "version": "0.0.3",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "css": [
                "styles\/style.css"
            ],
            "js": [
                "scripts\/defaults.js",
                "scripts\/utils.js",
                "scripts\/storage.js",
                "scripts\/labels.js",
                "scripts\/preprocess.js",
                "scripts\/emojis.js",
                "scripts\/detection.js",
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon.png",
            "24": "icons\/icon.png",
            "32": "icons\/icon.png",
            "128": "icons\/icon-128x128.png"
        },
        "default_title": "CommentBlock",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "icons\/icon.png",
        "32": "icons\/icon.png",
        "64": "icons\/icon.png",
        "128": "icons\/icon-128x128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}  |  |