Steam Redirect Skipper
Skip the steam redirect page when clicking external links within steam chat
O que é Steam Redirect Skipper?
Steam Redirect Skipper é uma extensão do Chrome desenvolvida por danr, e sua principal característica é "Skip the steam redirect page when clicking external links within steam chat".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Steam Redirect Skipper
Baixe arquivos de extensão Steam Redirect Skipper 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
Simple script to bypass the steam redirect page for non steam URL links when using steam chat. No clicking to visit an external link. -- Change Log -- Version 1.1 Re-write of script to make use of chrome web requests, meaning the page isn't loaded at all. Version 1.0 Initial release.
Informações Básicas da Extensão
Nome | Steam Redirect Skipper |
ID | khmlfpmmbdnmknikgfhgkpejldimabap |
URL Oficial | https://chromewebstore.google.com/detail/steam-redirect-skipper/khmlfpmmbdnmknikgfhgkpejldimabap |
Descrição | Skip the steam redirect page when clicking external links within steam chat |
Tamanho do Arquivo | 3.56 KB |
Contagem de Instalações | 381 |
Versão Atual | 1.1 |
Última Atualização | 2014-08-23 |
Data de Publicação | 2014-08-23 |
Classificação | 4.63/5 Total de 16 Avaliações |
Desenvolvedor | danr |
Tipo de Pagamento | free |
Idiomas Suportados | en-GB |
manifest.json | |
{ "description": "Skip the steam redirect page when clicking external links within steam chat", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuwy9eaQXoPmlJzH9oBzm\/0\/y8GjUa3s0l7GtpDv9LoP6X5XSmdAPd50iyPb8OGv7GuGoNFwWH2wU+lWO2HZUh0NyOqMgQChBac11BPPxyt46i\/NMW5c1YSCrRd+kNWh3\/jgRyZu6S+Fy0JfA\/HJGdhl3bSqhIdJ1oQXx7XwZGKM\/mwoY6D1bJeBf\/Kz7EsWquVAEge8LOg\/l496BV4s79gUs22TC4hDmWPHvi9k+ghmFN+hPaXK3YPnkNs9\/ytlE4cUuyLfwLsg\/smYbzxSDAbIF22S7TZU6d3yANbbhvJ7JklC1R\/CZ4Uq5MxDCkFGEtaVjmKAGVbsFFbdMS0lBxwIDAQAB", "manifest_version": 2, "name": "Steam Redirect Skipper", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/steamcommunity.com\/linkfilter\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1", "background": { "scripts": [ "background.js" ] } } |