MultiPass Disarmed for HTTP basic auth

Automatically login to Basic Authentication using data based on URL regexp.

MultiPass Disarmed for HTTP basic auth क्या है?

MultiPass Disarmed for HTTP basic auth https://multipass.random.supplies द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically login to Basic Authentication using data based on URL regexp."।

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

screenshot

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

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

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

                        This extension allows you to register credential associated to a regular expression.

When you browse a website that requires HTTP basic authentication, if the URL match against
one of the regular expression, the credentials will be automatically sent.

No more cumbersome login popin, everything is done in the background.                    

एक्सटेंशन की मूल जानकारी

नाम MultiPass Disarmed for HTTP basic auth MultiPass Disarmed for HTTP basic auth
ID gkjfkikhbnjchkgohegnlngpmfbelgal
आधिकारिक URL https://chromewebstore.google.com/detail/multipass-disarmed-for-ht/gkjfkikhbnjchkgohegnlngpmfbelgal
विवरण Automatically login to Basic Authentication using data based on URL regexp.
फ़ाइल का आकार 63.21 KB
स्थापना संख्या 155
वर्तमान संस्करण 0.7.4
अंतिम अपडेट 2018-03-24
प्रकाशन तिथि 2018-03-24
डेवलपर https://multipass.random.supplies
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://multipass.random.supplies/
सहायता पृष्ठ URL https://github.com/excitoon/MultiPassDisarmed/issues
समर्थित भाषाएँ de,en,fr,nl,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "MultiPass Disarmed",
    "description": "__MSG_extDescription__",
    "homepage_url": "http:\/\/multipass.random.supplies\/",
    "version": "0.7.4",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        },
        "default_popup": "popin.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "js\/extension.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "author": "Vladimir Chebotarev ",
    "offline_enabled": true,
    "content_security_policy": "script-src 'self'; object-src 'self'"
}