Steam Anti Linkfilter

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

什麼是Steam Anti Linkfilter?

Steam Anti Linkfilter是由http://voythas.com開發的Chrome擴展程式,該擴展的主要功能是“Tired of "Notice: You are leaving Steam"? This simple extension will auto-redirect you to the proper page. Enjoy!”。

擴展截圖

screenshot

下載Steam Anti Linkfilter擴展crx文件

下載Steam Anti Linkfilter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

Enjoy!                    

擴展基本資訊

名稱 Steam Anti Linkfilter Steam Anti Linkfilter
ID jppobjlomjacgjegdajimogfmacammcp
官方網址 https://chrome.google.com/webstore/detail/steam-anti-linkfilter/jppobjlomjacgjegdajimogfmacammcp
簡介 Tired of "Notice: You are leaving Steam"? This simple extension will auto-redirect you to the proper page. Enjoy!
檔案大小 147 KB
安裝次數 273
目前版本 0.6
更新時間 2014-08-24
上架時間 2014-08-24
評分 4.75/5 共 16 次評分
開發者 http://voythas.com
付費類型 free
支援的語言 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"
    }
}