Steam Community Linkfilter Bypass
Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk.
Hvad er Steam Community Linkfilter Bypass?
Steam Community Linkfilter Bypass er en Chrome-udvidelse udviklet af anankemn, og dens hovedfunktion er "Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk.".
Download Steam Community Linkfilter Bypass-udvidelses-CRX-fil
Download Steam Community Linkfilter Bypass-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Automatically skips the new(ish) linkfilter page produced by links clicked in Steam Chat. Please use caution when clicking on links in Steam with this extension enabled.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ffcoebaegmpgdadgmkkhdppehbekcjao |
Officiel URL | https://chrome.google.com/webstore/detail/steam-community-linkfilte/ffcoebaegmpgdadgmkkhdppehbekcjao |
Beskrivelse | Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk. |
Filstørrelse | 109 KB |
Antal Installationer | 11 |
Nuværende Version | 0.0.3 |
Senest Opdateret | 2014-08-02 |
Udgivelsesdato | 2014-08-02 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | anankemn |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Steam Community Linkfilter Bypass", "short_name": "FilterBypass", "version": "0.0.3", "manifest_version": 2, "description": "Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk.", "icons": { "16": "icons\/steam.png", "48": "icons\/steam.png", "128": "icons\/steam.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/steamcommunity.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |