Steam Community Linkfilter Bypass

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

Was ist Steam Community Linkfilter Bypass?

Steam Community Linkfilter Bypass ist eine Chrome-Erweiterung, die von anankemn entwickelt wurde, und ihr Hauptmerkmal ist "Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk.".

Steam Community Linkfilter Bypass-Erweiterungs-CRX-Datei herunterladen

Laden Sie Steam Community Linkfilter Bypass-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Steam Community Linkfilter Bypass Steam Community Linkfilter Bypass
ID ffcoebaegmpgdadgmkkhdppehbekcjao
Offizielle URL https://chrome.google.com/webstore/detail/steam-community-linkfilte/ffcoebaegmpgdadgmkkhdppehbekcjao
Beschreibung Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk.
Dateigröße 109 KB
Installationsanzahl 11
Aktuelle Version 0.0.3
Letztes Update 2014-08-02
Veröffentlichungsdatum 2014-08-02
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler anankemn
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}