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