Comment Killer

Removes comment sections from most webpages.

ما هو Comment Killer؟

Comment Killer هو إضافة Chrome تم تطويرها بواسطة Sundog Software، والميزة الرئيسية لها هي "Removes comment sections from most webpages.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Comment Killer

قم بتنزيل ملفات الامتداد Comment Killer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Restore your faith in humanity! This extension looks for any sections that have "comment", "discussion", "disqus", or "conversation" in their name - and hides them. If Internet trolls get you down, this will make most of them just go away.

Block comments, and make Internet trolls disappear. Works with YouTube, CNN, Facebook, and pretty much everywhere else. Even pages that load comments dynamically can't escape Comment Killer.

To enable or disable Comment Killer while browsing, just click the "no trolls" icon in your browser bar.                    

معلومات أساسية عن التمديد

الاسم Comment Killer Comment Killer
ID pempgkkicmgobgononeemlgeeiokimca
عنوان URL الرسمي https://chromewebstore.google.com/detail/comment-killer/pempgkkicmgobgononeemlgeeiokimca
الوصف Removes comment sections from most webpages.
حجم الملف 708 KB
عدد التثبيتات 92
النسخة الحالية 1.1.0
آخر تحديث 2020-07-07
تاريخ النشر 2014-12-02
تقييم 3.60/5 مجموع تقييمات 5
المطور Sundog Software
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://nohatenews.com/introducing-comment-killer/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comment Killer",
    "short_name": "Removes comment sections from most webpages.",
    "version": "1.1.0",
    "description": "Removes comment sections from most webpages.",
    "icons": {
        "16": "No-Troll-16.png",
        "32": "No-Troll-32.png",
        "48": "No-Troll-48.png",
        "128": "No-Troll-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "No-Troll-19.png",
            "38": "No-Troll-38.png"
        },
        "default_title": "Comment Killer"
    },
    "permissions": [
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "contentscript.js"
            ],
            "all_frames": true
        }
    ]
}