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 |
| 官方網址 | 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 |
| 電子郵箱 | [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=*"
]
} | |