Steam Redirect Skipper

Skip the steam redirect page when clicking external links within steam chat

Cos'è Steam Redirect Skipper?

Steam Redirect Skipper è un'estensione di Chrome sviluppata da danr, e la sua funzione principale è "Skip the steam redirect page when clicking external links within steam chat".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Steam Redirect Skipper

Scarica i file di estensione Steam Redirect Skipper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Steam Redirect Skipper Steam Redirect Skipper
ID khmlfpmmbdnmknikgfhgkpejldimabap
URL Ufficiale https://chromewebstore.google.com/detail/steam-redirect-skipper/khmlfpmmbdnmknikgfhgkpejldimabap
Descrizione Skip the steam redirect page when clicking external links within steam chat
Dimensione del File 3.56 KB
Conteggio Installazioni 381
Versione Corrente 1.1
Ultimo Aggiornamento 2014-08-23
Data di Pubblicazione 2014-08-23
Valutazione 4.63/5 Totale 16 Valutazioni
Sviluppatore danr
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}