Steam Community Linkfilter Bypass

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

Τι είναι το Steam Community Linkfilter Bypass;

Το Steam Community Linkfilter Bypass είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον anankemn, και η κύρια λειτουργία του είναι "Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk.".

Λήψη αρχείου CRX της επέκτασης Steam Community Linkfilter Bypass

Λήψη αρχείων επέκτασης Steam Community Linkfilter Bypass σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Steam Community Linkfilter Bypass Steam Community Linkfilter Bypass
ID ffcoebaegmpgdadgmkkhdppehbekcjao
Επίσημο URL https://chrome.google.com/webstore/detail/steam-community-linkfilte/ffcoebaegmpgdadgmkkhdppehbekcjao
Περιγραφή Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk.
Μέγεθος Αρχείου 109 KB
Αριθμός Εγκαταστάσεων 11
Τρέχουσα Έκδοση 0.0.3
Τελευταία Ενημέρωση 2014-08-02
Ημερομηνία Δημοσίευσης 2014-08-02
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής anankemn
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}