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 là gì?

Steam Anti Linkfilter là một tiện ích mở rộng Chrome được phát triển bởi http://voythas.com, và tính năng chính của nó là "Tired of "Notice: You are leaving Steam"? This simple extension will auto-redirect you to the proper page. Enjoy!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Steam Anti Linkfilter

Tải xuống các tệp mở rộng Steam Anti Linkfilter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Enjoy!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Steam Anti Linkfilter Steam Anti Linkfilter
ID jppobjlomjacgjegdajimogfmacammcp
URL Chính Thức https://chrome.google.com/webstore/detail/steam-anti-linkfilter/jppobjlomjacgjegdajimogfmacammcp
Mô tả Tired of "Notice: You are leaving Steam"? This simple extension will auto-redirect you to the proper page. Enjoy!
Kích Thước Tệp 147 KB
Số Lần Cài Đặt 273
Phiên Bản Hiện Tại 0.6
Cập Nhật Lần Cuối 2014-08-24
Ngày Phát Hành 2014-08-24
Đánh Giá 4.75/5 Tổng số 16 Đánh Giá
Nhà Phát Triển http://voythas.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}