Remove All Spam From Roblox Places

A Roblox Spam Filter for places page

ما هو Remove All Spam From Roblox Places؟

Remove All Spam From Roblox Places هو إضافة Chrome تم تطويرها بواسطة PedroGabriel، والميزة الرئيسية لها هي "A Roblox Spam Filter for places page".

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

screenshot

تحميل ملف CRX للإضافة Remove All Spam From Roblox Places

قم بتنزيل ملفات الامتداد Remove All Spam From Roblox Places بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Roblox don't take any action to stop spam from showing on it's "place" commentaries. This extension gonna *try* to remove it, but there are so much spam that not even this can remove sometimes.

FEATURES:

Roblox auto load first batch of comments when you scroll down, it gonna keep auto loading until reach 10 comments that are not spam (Or when it load 2k comments it gonna stop, so it don't lag the page)

When you press Load More it gonna prevent new spam in this next batch.


Places like Murder Mystery is almost impossible to see comments that are not spam.
Roblox, implement reCaptcha please.                    

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

الاسم Remove All Spam From Roblox Places Remove All Spam From Roblox Places
ID bcdakfjcljblhldkfjfaaamfodjhbhao
عنوان URL الرسمي https://chrome.google.com/webstore/detail/remove-all-spam-from-robl/bcdakfjcljblhldkfjfaaamfodjhbhao
الوصف A Roblox Spam Filter for places page
حجم الملف 672 KB
عدد التثبيتات 3,000
النسخة الحالية 1.1.5
آخر تحديث 2016-09-27
تاريخ النشر 2016-09-27
تقييم 4.39/5 مجموع تقييمات 18
المطور PedroGabriel
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remove All Spam From Roblox Places",
    "description": "A Roblox Spam Filter for places page",
    "version": "1.1.5",
    "manifest_version": 2,
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "*:\/\/*.roblox.com\/games\/*"
            ],
            "run_at": "document_start",
            "js": [
                "jquery.min.js",
                "arrive.min.js",
                "spam_filter.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}