CSGL Anti Spam
Filters unwanted trade offers from CSGO Lounge.
Qu'est-ce que CSGL Anti Spam ?
CSGL Anti Spam est une extension Chrome développée par Burtannia, et sa fonction principale est "Filters unwanted trade offers from CSGO Lounge.".
Télécharger le fichier CRX de l'extension CSGL Anti Spam
Téléchargez les fichiers d'extension CSGL Anti Spam au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | CSGL Anti Spam |
ID | nakghgpaaeknjfoaaehjeboddmmgeibg |
URL Officiel | https://chromewebstore.google.com/detail/csgl-anti-spam/nakghgpaaeknjfoaaehjeboddmmgeibg |
Description | Filters unwanted trade offers from CSGO Lounge. |
Taille du Fichier | 50.88 KB |
Nombre d'Installations | 35 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2016-01-17 |
Date de Publication | 2016-01-16 |
Évaluation | 4.00/5 Total 1 Évaluations |
Développeur | Burtannia |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |