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是由PedroGabriel開發的Chrome擴展程式,該擴展的主要功能是“A Roblox Spam Filter for places page”。

擴展截圖

screenshot

下載Remove All Spam From Roblox Places擴展crx文件

下載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
官方網址 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"
    ]
}