CSGL Anti Spam
Filters unwanted trade offers from CSGO Lounge.
What is CSGL Anti Spam?
CSGL Anti Spam is a Chrome extension developed by Burtannia, and its main feature is "Filters unwanted trade offers from CSGO Lounge.".
Download CSGL Anti Spam Extension CRX File
Download CSGL Anti Spam extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Everyone's fed up of those bots on CSGO Lounge that spam your trades with "best offer for you" then insert a phishing link or send you to some dodgy betting site. This extension simply removes those posts so you can't see them making it easier to find relevant offers for your items.
Extension Basic Information
Name | CSGL Anti Spam |
ID | nakghgpaaeknjfoaaehjeboddmmgeibg |
Official URL | https://chromewebstore.google.com/detail/csgl-anti-spam/nakghgpaaeknjfoaaehjeboddmmgeibg |
Description | Filters unwanted trade offers from CSGO Lounge. |
File Size | 50.88 KB |
Installation Count | 35 |
Current Version | 1.1 |
Last Updated | 2016-01-17 |
Publish Date | 2016-01-16 |
Rating | 4.00/5 Total 1 Ratings |
Developer | Burtannia |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CSGL Anti Spam", "version": "1.1", "description": "Filters unwanted trade offers from CSGO Lounge.", "icons": { "48": "icon_48.png", "128": "icon_128.png" }, "browser_action": { "default_icon": "icon_48.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/*.csgolounge.com\/*" ], "js": [ "jquery-2.1.4.min.js", "filter.js" ] } ] } |