Steam Anti Linkfilter
Tired of "Notice: You are leaving Steam"? This simple extension will auto-redirect you to the proper page. Enjoy!
Steam Anti Linkfilterとは何ですか?
Steam Anti Linkfilterはhttp://voythas.comによって開発されたChromeの拡張機能で、その主な機能は「Tired of "Notice: You are leaving Steam"? This simple extension will auto-redirect you to the proper page. Enjoy!」です。
拡張機能のスクリーンショット
Steam Anti Linkfilter拡張機能のCRXファイルをダウンロード
Steam Anti Linkfilter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tired of "Notice: You are leaving Steam"? This simple extension will auto-redirect you to the proper page. Enjoy!
拡張機能の基本情報
名前 | |
ID | jppobjlomjacgjegdajimogfmacammcp |
公式URL | https://chrome.google.com/webstore/detail/steam-anti-linkfilter/jppobjlomjacgjegdajimogfmacammcp |
説明 | Tired of "Notice: You are leaving Steam"? This simple extension will auto-redirect you to the proper page. Enjoy! |
ファイルサイズ | 147 KB |
インストール数 | 273 |
現在のバージョン | 0.6 |
最終更新日 | 2014-08-24 |
公開日 | 2014-08-24 |
評価 | 4.75/5 合計 16 レビュー |
開発者 | http://voythas.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Steam Anti Linkfilter", "version": "0.6", "description": "", "background": { "scripts": [ "bg.js" ] }, "manifest_version": 2, "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/steamcommunity.com\/linkfilter\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |