Steam Community Linkfilter Bypass

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

Qu'est-ce que Steam Community Linkfilter Bypass ?

Steam Community Linkfilter Bypass est une extension Chrome développée par anankemn, et sa fonction principale est "Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk.".

Télécharger le fichier CRX de l'extension Steam Community Linkfilter Bypass

Téléchargez les fichiers d'extension Steam Community Linkfilter Bypass au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Steam Community Linkfilter Bypass Steam Community Linkfilter Bypass
ID ffcoebaegmpgdadgmkkhdppehbekcjao
URL Officiel https://chrome.google.com/webstore/detail/steam-community-linkfilte/ffcoebaegmpgdadgmkkhdppehbekcjao
Description Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk.
Taille du Fichier 109 KB
Nombre d'Installations 11
Version Actuelle 0.0.3
Dernière Mise à Jour 2014-08-02
Date de Publication 2014-08-02
Évaluation 5.00/5 Total 1 Évaluations
Développeur anankemn
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}