CSGL Anti Spam
Filters unwanted trade offers from CSGO Lounge.
Wat is CSGL Anti Spam?
CSGL Anti Spam is een Chrome-extensie ontwikkeld door Burtannia, en de belangrijkste functie is "Filters unwanted trade offers from CSGO Lounge.".
Download het CRX-bestand van de extensie CSGL Anti Spam
Download CSGL Anti Spam-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | CSGL Anti Spam |
ID | nakghgpaaeknjfoaaehjeboddmmgeibg |
Officiële URL | https://chromewebstore.google.com/detail/csgl-anti-spam/nakghgpaaeknjfoaaehjeboddmmgeibg |
Beschrijving | Filters unwanted trade offers from CSGO Lounge. |
Bestandsgrootte | 50.88 KB |
Aantal Installaties | 35 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2016-01-17 |
Publicatiedatum | 2016-01-16 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Burtannia |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |