Steam Anti Linkfilter
Tired of "Notice: You are leaving Steam"? This simple extension will auto-redirect you to the proper page. Enjoy!
Co to jest Steam Anti Linkfilter?
Steam Anti Linkfilter to rozszerzenie Chrome opracowane przez http://voythas.com, a jego główną funkcją jest „Tired of "Notice: You are leaving Steam"? This simple extension will auto-redirect you to the proper page. Enjoy!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Steam Anti Linkfilter
Pobierz pliki rozszerzeń Steam Anti Linkfilter 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
Tired of "Notice: You are leaving Steam"? This simple extension will auto-redirect you to the proper page. Enjoy!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jppobjlomjacgjegdajimogfmacammcp |
Oficjalny URL | https://chrome.google.com/webstore/detail/steam-anti-linkfilter/jppobjlomjacgjegdajimogfmacammcp |
Opis | Tired of "Notice: You are leaving Steam"? This simple extension will auto-redirect you to the proper page. Enjoy! |
Rozmiar pliku | 147 KB |
Liczba instalacji | 273 |
Aktualna Wersja | 0.6 |
Ostatnia Aktualizacja | 2014-08-24 |
Data Publikacji | 2014-08-24 |
Ocena | 4.75/5 Łącznie 16 Oceny |
Deweloper | http://voythas.com |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |