Steam Anti Linkfilter
Tired of "Notice: You are leaving Steam"? This simple extension will auto-redirect you to the proper page. Enjoy!
Vad är Steam Anti Linkfilter?
Steam Anti Linkfilter är en Chrome-tillägg utvecklad av http://voythas.com, och dess huvudfunktion är "Tired of "Notice: You are leaving Steam"? This simple extension will auto-redirect you to the proper page. Enjoy!".
Tilläggsskärmbilder
Ladda ner Steam Anti Linkfilter-förlängningens CRX-fil
Ladda ner Steam Anti Linkfilter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Tired of "Notice: You are leaving Steam"? This simple extension will auto-redirect you to the proper page. Enjoy!
Grundläggande Information om Tillägg
Namn | |
ID | jppobjlomjacgjegdajimogfmacammcp |
Officiell webbadress | https://chrome.google.com/webstore/detail/steam-anti-linkfilter/jppobjlomjacgjegdajimogfmacammcp |
Beskrivning | Tired of "Notice: You are leaving Steam"? This simple extension will auto-redirect you to the proper page. Enjoy! |
Filstorlek | 147 KB |
Antal Installationer | 273 |
Aktuell Version | 0.6 |
Senast Uppdaterad | 2014-08-24 |
Publiceringsdatum | 2014-08-24 |
Betyg | 4.75/5 Totalt 16 Betyg |
Utvecklare | http://voythas.com |
Betalningssätt | free |
Stödda Språk | 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" } } |