CSGL Anti Spam

Filters unwanted trade offers from CSGO Lounge.

Cos'è CSGL Anti Spam?

CSGL Anti Spam è un'estensione di Chrome sviluppata da Burtannia, e la sua funzione principale è "Filters unwanted trade offers from CSGO Lounge.".

Scarica il file CRX dell'estensione CSGL Anti Spam

Scarica i file di estensione CSGL Anti Spam in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome CSGL Anti Spam CSGL Anti Spam
ID nakghgpaaeknjfoaaehjeboddmmgeibg
URL Ufficiale https://chromewebstore.google.com/detail/csgl-anti-spam/nakghgpaaeknjfoaaehjeboddmmgeibg
Descrizione Filters unwanted trade offers from CSGO Lounge.
Dimensione del File 50.88 KB
Conteggio Installazioni 35
Versione Corrente 1.1
Ultimo Aggiornamento 2016-01-17
Data di Pubblicazione 2016-01-16
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore Burtannia
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}