CSGL Anti Spam

Filters unwanted trade offers from CSGO Lounge.

什么是CSGL Anti Spam?

CSGL Anti Spam是由Burtannia开发的Chrome扩展程序,该扩展的主要功能是“Filters unwanted trade offers from CSGO Lounge.”。

下载CSGL Anti Spam扩展crx文件

下载CSGL Anti Spam扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 CSGL Anti Spam CSGL Anti Spam
ID nakghgpaaeknjfoaaehjeboddmmgeibg
官方URL https://chromewebstore.google.com/detail/csgl-anti-spam/nakghgpaaeknjfoaaehjeboddmmgeibg
简介 Filters unwanted trade offers from CSGO Lounge.
文件大小 50.88 KB
安装次数 35
当前版本 1.1
更新时间 2016-01-17
上架时间 2016-01-16
评分 4.00/5 共1次评分
开发者 Burtannia
付费类型 free
支持的语言 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"
            ]
        }
    ]
}