Steam Anti Linkfilter
Tired of "Notice: You are leaving Steam"? This simple extension will auto-redirect you to the proper page. Enjoy!
O que é Steam Anti Linkfilter?
Steam Anti Linkfilter é uma extensão do Chrome desenvolvida por http://voythas.com, e sua principal característica é "Tired of "Notice: You are leaving Steam"? This simple extension will auto-redirect you to the proper page. Enjoy!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Steam Anti Linkfilter
Baixe arquivos de extensão Steam Anti Linkfilter 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
Tired of "Notice: You are leaving Steam"? This simple extension will auto-redirect you to the proper page. Enjoy!
Informações Básicas da Extensão
Nome | |
ID | jppobjlomjacgjegdajimogfmacammcp |
URL Oficial | https://chrome.google.com/webstore/detail/steam-anti-linkfilter/jppobjlomjacgjegdajimogfmacammcp |
Descrição | Tired of "Notice: You are leaving Steam"? This simple extension will auto-redirect you to the proper page. Enjoy! |
Tamanho do Arquivo | 147 KB |
Contagem de Instalações | 273 |
Versão Atual | 0.6 |
Última Atualização | 2014-08-24 |
Data de Publicação | 2014-08-24 |
Classificação | 4.75/5 Total de 16 Avaliações |
Desenvolvedor | http://voythas.com |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Steam Anti Linkfilter", "version": "0.6", "description": "", "background": { "scripts": [ "bg.js" ] }, "manifest_version": 2, "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/steamcommunity.com\/linkfilter\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |