Steam Anti Linkfilter

Tired of "Notice: You are leaving Steam"? This simple extension will auto-redirect you to the proper page. Enjoy!

Apa itu Steam Anti Linkfilter?

Steam Anti Linkfilter adalah ekstensi Chrome yang dikembangkan oleh http://voythas.com, dan fitur utamanya adalah "Tired of "Notice: You are leaving Steam"? This simple extension will auto-redirect you to the proper page. Enjoy!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Steam Anti Linkfilter

Unduh file ekstensi Steam Anti Linkfilter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Tired of "Notice: You are leaving Steam"? This simple extension will auto-redirect you to the proper page.

Enjoy!                    

Informasi Dasar Ekstensi

Nama Steam Anti Linkfilter Steam Anti Linkfilter
ID jppobjlomjacgjegdajimogfmacammcp
URL Resmi https://chrome.google.com/webstore/detail/steam-anti-linkfilter/jppobjlomjacgjegdajimogfmacammcp
Deskripsi Tired of "Notice: You are leaving Steam"? This simple extension will auto-redirect you to the proper page. Enjoy!
Ukuran File 147 KB
Jumlah Instalasi 273
Versi Saat Ini 0.6
Terakhir Diperbarui 2014-08-24
Tanggal Publikasi 2014-08-24
Penilaian 4.75/5 Total 16 Penilaian
Pengembang http://voythas.com
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Steam Anti Linkfilter",
    "version": "0.6",
    "description": "",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "manifest_version": 2,
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/steamcommunity.com\/linkfilter\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}