Steam Anti Linkfilter
Tired of "Notice: You are leaving Steam"? This simple extension will auto-redirect you to the proper page. Enjoy!
Was ist Steam Anti Linkfilter?
Steam Anti Linkfilter ist eine Chrome-Erweiterung, die von http://voythas.com entwickelt wurde, und ihr Hauptmerkmal ist "Tired of "Notice: You are leaving Steam"? This simple extension will auto-redirect you to the proper page. Enjoy!".
Erweiterungsscreenshots
Steam Anti Linkfilter-Erweiterungs-CRX-Datei herunterladen
Laden Sie Steam Anti Linkfilter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Tired of "Notice: You are leaving Steam"? This simple extension will auto-redirect you to the proper page. Enjoy!
Grundlegende Informationen zur Erweiterung
Name | |
ID | jppobjlomjacgjegdajimogfmacammcp |
Offizielle URL | https://chrome.google.com/webstore/detail/steam-anti-linkfilter/jppobjlomjacgjegdajimogfmacammcp |
Beschreibung | Tired of "Notice: You are leaving Steam"? This simple extension will auto-redirect you to the proper page. Enjoy! |
Dateigröße | 147 KB |
Installationsanzahl | 273 |
Aktuelle Version | 0.6 |
Letztes Update | 2014-08-24 |
Veröffentlichungsdatum | 2014-08-24 |
Bewertung | 4.75/5 Insgesamt 16 Bewertungen |
Entwickler | http://voythas.com |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |