Steam Link Unfilter

Unfilters the steam link filter. Clicking a link in steam chat takes you directly to the link.

Co to jest Steam Link Unfilter?

Steam Link Unfilter to rozszerzenie Chrome opracowane przez Mal1t1a, a jego główną funkcją jest „Unfilters the steam link filter. Clicking a link in steam chat takes you directly to the link.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Steam Link Unfilter

Pobierz pliki rozszerzeń Steam Link Unfilter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Steam Link Unfilter Steam Link Unfilter
ID hgempjlggodgjnchhhgaglddffbimbda
Oficjalny URL https://chromewebstore.google.com/detail/steam-link-unfilter/hgempjlggodgjnchhhgaglddffbimbda
Opis Unfilters the steam link filter. Clicking a link in steam chat takes you directly to the link.
Rozmiar pliku 28.93 KB
Liczba instalacji 163
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2016-01-10
Data Publikacji 2016-01-09
Ocena 4.20/5 Łącznie 10 Oceny
Deweloper Mal1t1a
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}