Steam Community Linkfilter Bypass
Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk.
O que é Steam Community Linkfilter Bypass?
Steam Community Linkfilter Bypass é uma extensão do Chrome desenvolvida por anankemn, e sua principal característica é "Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk.".
Baixar o arquivo CRX da Extensão Steam Community Linkfilter Bypass
Baixe arquivos de extensão Steam Community Linkfilter Bypass no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | ffcoebaegmpgdadgmkkhdppehbekcjao |
URL Oficial | https://chrome.google.com/webstore/detail/steam-community-linkfilte/ffcoebaegmpgdadgmkkhdppehbekcjao |
Descrição | Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk. |
Tamanho do Arquivo | 109 KB |
Contagem de Instalações | 11 |
Versão Atual | 0.0.3 |
Última Atualização | 2014-08-02 |
Data de Publicação | 2014-08-02 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | anankemn |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |