Steam Community Linkfilter Bypass
Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk.
Steam Community Linkfilter Bypassとは何ですか?
Steam Community Linkfilter Bypassはanankemnによって開発されたChromeの拡張機能で、その主な機能は「Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk.」です。
Steam Community Linkfilter Bypass拡張機能のCRXファイルをダウンロード
Steam Community Linkfilter Bypass拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Automatically skips the new(ish) linkfilter page produced by links clicked in Steam Chat. Please use caution when clicking on links in Steam with this extension enabled.
拡張機能の基本情報
名前 | |
ID | ffcoebaegmpgdadgmkkhdppehbekcjao |
公式URL | https://chrome.google.com/webstore/detail/steam-community-linkfilte/ffcoebaegmpgdadgmkkhdppehbekcjao |
説明 | Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk. |
ファイルサイズ | 109 KB |
インストール数 | 11 |
現在のバージョン | 0.0.3 |
最終更新日 | 2014-08-02 |
公開日 | 2014-08-02 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | anankemn |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Steam Community Linkfilter Bypass", "short_name": "FilterBypass", "version": "0.0.3", "manifest_version": 2, "description": "Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk.", "icons": { "16": "icons\/steam.png", "48": "icons\/steam.png", "128": "icons\/steam.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/steamcommunity.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |