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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}