Open with FilterByPass

Open URL with anonymous proxy FilterByPass

Open with FilterByPassคืออะไร?

Open with FilterByPass เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ariel.neira และคุณลักษณะหลักของมันคือ "Open URL with anonymous proxy FilterByPass"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open with FilterByPass

ดาวน์โหลดไฟล์ส่วนขยาย Open with FilterByPass ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Open URL with proxy anonymous FilterByPass in new tab.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Open with FilterByPass Open with FilterByPass
ID hollnpocfebaogdnonkegckmfnpehiim
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/open-with-filterbypass/hollnpocfebaogdnonkegckmfnpehiim
คำอธิบาย Open URL with anonymous proxy FilterByPass
ขนาดไฟล์ 4.66 KB
จำนวนการติดตั้ง 52
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2015-02-03
วันที่เผยแพร่ 2015-02-03
ผู้พัฒนา ariel.neira
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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
}