Open with FilterByPass

Open URL with anonymous proxy FilterByPass

Open with FilterByPass क्या है?

Open with FilterByPass ariel.neira द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open URL with anonymous proxy FilterByPass"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Open with FilterByPass एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}