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 |
官方網址 | 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" ] } ] } |