Steam Community Linkfilter Bypass

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

Vad är Steam Community Linkfilter Bypass?

Steam Community Linkfilter Bypass är en Chrome-tillägg utvecklad av anankemn, och dess huvudfunktion är "Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk.".

Ladda ner Steam Community Linkfilter Bypass-förlängningens CRX-fil

Ladda ner Steam Community Linkfilter Bypass-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

                        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äggande Information om Tillägg

Namn Steam Community Linkfilter Bypass Steam Community Linkfilter Bypass
ID ffcoebaegmpgdadgmkkhdppehbekcjao
Officiell webbadress https://chrome.google.com/webstore/detail/steam-community-linkfilte/ffcoebaegmpgdadgmkkhdppehbekcjao
Beskrivning Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk.
Filstorlek 109 KB
Antal Installationer 11
Aktuell Version 0.0.3
Senast Uppdaterad 2014-08-02
Publiceringsdatum 2014-08-02
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare anankemn
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}