Steam Link Unfilter
Unfilters the steam link filter. Clicking a link in steam chat takes you directly to the link.
O que é Steam Link Unfilter?
Steam Link Unfilter é uma extensão do Chrome desenvolvida por Mal1t1a, e sua principal característica é "Unfilters the steam link filter. Clicking a link in steam chat takes you directly to the link.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Steam Link Unfilter
Baixe arquivos de extensão Steam Link Unfilter 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
This extension conveniently unfilters the steam link filter. Without having to deal with the hassle of the steam filter redirection, you are now instantly taken to your requested URL. It's hassle free, simple and exactly what steam was before. Doing so also removes the probability of the steamcommunity website from going down and not filtering your URLs properly as well. This extension is recommended to users willing to unfilter their steam link filter. It also looks the best. -= Version 1.1 Changelog =- > Removed 2 console.log lines > Removed 1 invalid "return false;" line
Informações Básicas da Extensão
Nome | Steam Link Unfilter |
ID | hgempjlggodgjnchhhgaglddffbimbda |
URL Oficial | https://chromewebstore.google.com/detail/steam-link-unfilter/hgempjlggodgjnchhhgaglddffbimbda |
Descrição | Unfilters the steam link filter. Clicking a link in steam chat takes you directly to the link. |
Tamanho do Arquivo | 28.93 KB |
Contagem de Instalações | 163 |
Versão Atual | 1.1 |
Última Atualização | 2016-01-10 |
Data de Publicação | 2016-01-09 |
Classificação | 4.20/5 Total de 10 Avaliações |
Desenvolvedor | Mal1t1a |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Steam Link Unfilter", "short_name": "Steam Unfiltered", "version": "1.1", "description": "Unfilters the steam link filter. Clicking a link in steam chat takes you directly to the link.", "background": { "scripts": [ "unfilter.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/steamcommunity.com\/" ], "icons": { "16": "unfilter_16-16.png", "48": "unfilter_48-48.png", "128": "unfilter_128-128.png" }, "manifest_version": 2 } |