Steam Anti Linkfilter
Tired of "Notice: You are leaving Steam"? This simple extension will auto-redirect you to the proper page. Enjoy!
Co je Steam Anti Linkfilter?
Steam Anti Linkfilter je rozšíření Chrome vyvinuté http://voythas.com, a jeho hlavní funkcí je „Tired of "Notice: You are leaving Steam"? This simple extension will auto-redirect you to the proper page. Enjoy!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Steam Anti Linkfilter
Stáhněte si soubory rozšíření Steam Anti Linkfilter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Tired of "Notice: You are leaving Steam"? This simple extension will auto-redirect you to the proper page. Enjoy!
Základní Informace o Rozšíření
Název | |
ID | jppobjlomjacgjegdajimogfmacammcp |
Oficiální URL | https://chrome.google.com/webstore/detail/steam-anti-linkfilter/jppobjlomjacgjegdajimogfmacammcp |
Popis | Tired of "Notice: You are leaving Steam"? This simple extension will auto-redirect you to the proper page. Enjoy! |
Velikost souboru | 147 KB |
Počet instalací | 273 |
Aktuální Verze | 0.6 |
Poslední Aktualizace | 2014-08-24 |
Datum Vydání | 2014-08-24 |
Hodnocení | 4.75/5 Celkem 16 Hodnocení |
Vývojář | http://voythas.com |
Typ Platby | free |
Podporované Jazyky | 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" } } |