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