reddit toxicity index

A chrome extension that helps users gauge the toxicity of reddit comment threads.

ما هو reddit toxicity index؟

reddit toxicity index هو إضافة Chrome تم تطويرها بواسطة Dan Cowsill، والميزة الرئيسية لها هي "A chrome extension that helps users gauge the toxicity of reddit comment threads.".

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

screenshot

تحميل ملف CRX للإضافة reddit toxicity index

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

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

                        reddit toxicity index is a Google Chrome extension that helps reddit users gauge the toxicity of comment threads.  The extension adds a color coded toxicity index (TI) to each post.  Toxic posts will have higher values, colored red.  Circle-jerky or otherwise benign posts will have lower values, colored green.                    

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

الاسم reddit toxicity index reddit toxicity index
ID emkalpeicbbppchileodlkjmabcaaldk
عنوان URL الرسمي https://chromewebstore.google.com/detail/reddit-toxicity-index/emkalpeicbbppchileodlkjmabcaaldk
الوصف A chrome extension that helps users gauge the toxicity of reddit comment threads.
حجم الملف 37.47 KB
عدد التثبيتات 10
النسخة الحالية 0.0.2
آخر تحديث 2015-08-24
تاريخ النشر 2015-08-23
تقييم 5.00/5 مجموع تقييمات 1
المطور Dan Cowsill
نوع الدفع free
موقع الإضافة https://bitbucket.org/dcowsill/reddit_toxicity_index/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.reddit.com\/*",
                "http:\/\/www.reddit.com\/*"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.min.js",
                "scripts\/utils.js",
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}