Remove All Spam From Roblox Places
A Roblox Spam Filter for places page
Remove All Spam From Roblox Places là gì?
Remove All Spam From Roblox Places là một tiện ích mở rộng Chrome được phát triển bởi PedroGabriel, và tính năng chính của nó là "A Roblox Spam Filter for places page".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Remove All Spam From Roblox Places
Tải xuống các tệp mở rộng Remove All Spam From Roblox Places dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bcdakfjcljblhldkfjfaaamfodjhbhao |
URL Chính Thức | https://chrome.google.com/webstore/detail/remove-all-spam-from-robl/bcdakfjcljblhldkfjfaaamfodjhbhao |
Mô tả | A Roblox Spam Filter for places page |
Kích Thước Tệp | 672 KB |
Số Lần Cài Đặt | 3,000 |
Phiên Bản Hiện Tại | 1.1.5 |
Cập Nhật Lần Cuối | 2016-09-27 |
Ngày Phát Hành | 2016-09-27 |
Đánh Giá | 4.39/5 Tổng số 18 Đánh Giá |
Nhà Phát Triển | PedroGabriel |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |