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
官方URL 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"
    }
}