No Steam Filter

Give me an option to fully disable this crap, gaben

Vad är No Steam Filter?

No Steam Filter är en Chrome-tillägg utvecklad av justpsot, och dess huvudfunktion är "Give me an option to fully disable this crap, gaben".

Ladda ner No Steam Filter-förlängningens CRX-fil

Ladda ner No Steam Filter-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 link filter page on Steam that Valve has shoved down our throats.

New script courtesy of Mr McPowned, http://mrmcpowned.com/                    

Grundläggande Information om Tillägg

Namn No Steam Filter No Steam Filter
ID kbmpgnobhgfggalnhdbakdioocapcdbp
Officiell webbadress https://chrome.google.com/webstore/detail/no-steam-filter/kbmpgnobhgfggalnhdbakdioocapcdbp
Beskrivning Give me an option to fully disable this crap, gaben
Filstorlek 57.72 KB
Antal Installationer 42
Aktuell Version 2.0
Senast Uppdaterad 2014-07-14
Publiceringsdatum 2014-07-14
Betyg 4.50/5 Totalt 2 Betyg
Utvecklare justpsot
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "*"
            ],
            "js": [
                "nofilter.user.js"
            ],
            "matches": [
                "https:\/\/steamcommunity.com\/linkfilter\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "converted_from_user_script": true,
    "description": "Give me an option to fully disable this crap, gaben",
    "name": "No Steam Filter",
    "version": "2.0"
}