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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}