Open with FilterByPass

Open URL with anonymous proxy FilterByPass

Open with FilterByPass là gì?

Open with FilterByPass là một tiện ích mở rộng Chrome được phát triển bởi ariel.neira, và tính năng chính của nó là "Open URL with anonymous proxy FilterByPass".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Open with FilterByPass

Tải xuống các tệp mở rộng Open with FilterByPass 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

                        Open URL with proxy anonymous FilterByPass in new tab.                    

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

Tên Open with FilterByPass Open with FilterByPass
ID hollnpocfebaogdnonkegckmfnpehiim
URL Chính Thức https://chrome.google.com/webstore/detail/open-with-filterbypass/hollnpocfebaogdnonkegckmfnpehiim
Mô tả Open URL with anonymous proxy FilterByPass
Kích Thước Tệp 4.66 KB
Số Lần Cài Đặt 52
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2015-02-03
Ngày Phát Hành 2015-02-03
Nhà Phát Triển ariel.neira
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open with FilterByPass",
    "description": "Open URL with anonymous proxy FilterByPass",
    "version": "0.1",
    "author": "[email protected]",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "browser_action": {
        "default_icon": "fbp.png",
        "default_title": "Open current tab with FilterByPass"
    },
    "icons": {
        "16": "fbp.png"
    },
    "manifest_version": 2
}