Steam link filter bypasser
Bypass annoying Steam link filter
Steam link filter bypasserとは何ですか?
Steam link filter bypasserはnclaによって開発されたChromeの拡張機能で、その主な機能は「Bypass annoying Steam link filter」です。
拡張機能のスクリーンショット
Steam link filter bypasser拡張機能のCRXファイルをダウンロード
Steam link filter bypasser拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Much better Steam link filter bypasser as it goes directly to the intended URL without visiting link filter page first. 拡張機能の基本情報
| 名前 | |
| ID | pcjfcaclghmfaidbdhbmafobnjkngfkh |
| 公式URL | https://chromewebstore.google.com/detail/steam-link-filter-bypasse/pcjfcaclghmfaidbdhbmafobnjkngfkh |
| 説明 | Bypass annoying Steam link filter |
| ファイルサイズ | 3.79 KB |
| インストール数 | 44 |
| 現在のバージョン | 0.0.1 |
| 最終更新日 | 2014-09-07 |
| 公開日 | 2014-09-07 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | ncla |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Steam link filter bypasser",
"version": "0.0.1",
"manifest_version": 2,
"description": "Bypass annoying Steam link filter",
"homepage_url": "http:\/\/github.com\/iamncla",
"background": {
"scripts": [
"src\/bg\/background.js"
],
"persistent": true
},
"permissions": [
"webRequest",
"webRequestBlocking",
"*:\/\/steamcommunity.com\/linkfilter\/?url=*"
]
} | |