Steam filter remover
Skip the filter page when clicking on a link in steam chat
Steam filter removerとは何ですか?
Steam filter removerはLanstromによって開発されたChromeの拡張機能で、その主な機能は「Skip the filter page when clicking on a link in steam chat」です。
Steam filter remover拡張機能のCRXファイルをダウンロード
Steam filter remover拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When clicking steam chat links you very often get a steam community link asking if you want to continue to this site. This plugin just skips that message. Be careful using this plugin, steam have put this in for a reason.
拡張機能の基本情報
名前 | ![]() |
ID | ehebfpghaacamacpopfeikmdgmgkncee |
公式URL | https://chrome.google.com/webstore/detail/steam-filter-remover/ehebfpghaacamacpopfeikmdgmgkncee |
説明 | Skip the filter page when clicking on a link in steam chat |
ファイルサイズ | 3.13 KB |
インストール数 | 18 |
現在のバージョン | 1.1 |
最終更新日 | 2014-08-08 |
公開日 | 2014-08-08 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Lanstrom |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Steam filter remover", "description": "Skip the filter page when clicking on a link in steam chat", "version": "1.1", "content_scripts": [ { "matches": [ "http:\/\/steamcommunity.com\/linkfilter\/*", "https:\/\/steamcommunity.com\/linkfilter\/*" ], "js": [ "steamfuckoff.js" ] } ] } |