Steam Community Linkfilter Bypass

Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk.

Wat is Steam Community Linkfilter Bypass?

Steam Community Linkfilter Bypass is een Chrome-extensie ontwikkeld door anankemn, en de belangrijkste functie is "Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk.".

Download het CRX-bestand van de extensie Steam Community Linkfilter Bypass

Download Steam Community Linkfilter Bypass-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Steam Community Linkfilter Bypass Steam Community Linkfilter Bypass
ID ffcoebaegmpgdadgmkkhdppehbekcjao
Officiële URL https://chrome.google.com/webstore/detail/steam-community-linkfilte/ffcoebaegmpgdadgmkkhdppehbekcjao
Beschrijving Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk.
Bestandsgrootte 109 KB
Aantal Installaties 11
Huidige Versie 0.0.3
Laatst Bijgewerkt 2014-08-02
Publicatiedatum 2014-08-02
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar anankemn
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}