moarTLS Analyzer

Analyze webpages for non-secure link references.

moarTLS Analyzer क्या है?

moarTLS Analyzer https://www.bayden.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Analyze webpages for non-secure link references."।

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

screenshot
screenshot

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

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

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

                        HTTPS only works if you use it! This simple Chrome extension adds a button to Chrome that allows you to easily discover non-secure (e.g. HTTP) links on your pages.

Simply click the moarTLS button and non-secure link references in the current page are flagged for review.

You can learn more about latent mixed-content vulnerabilities here: https://textslashplain.com/2016/03/17/seek-and-destroy-non-secure-references-using-the-moartls-analyzer/                    

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

नाम moarTLS Analyzer moarTLS Analyzer
ID ldfbacdbackkjhclmhnjabngnppnkagh
आधिकारिक URL https://chromewebstore.google.com/detail/moartls-analyzer/ldfbacdbackkjhclmhnjabngnppnkagh
विवरण Analyze webpages for non-secure link references.
फ़ाइल का आकार 27.82 KB
स्थापना संख्या 314
वर्तमान संस्करण 1.0.0.1
अंतिम अपडेट 2021-02-24
प्रकाशन तिथि 2017-10-24
रेटिंग 4.89/5 कुल 9 रेटिंग्स
डेवलपर https://www.bayden.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://textslashplain.com/2016/03/17/seek-and-destroy-non-secure-references-using-the-moartls-analyzer/
सहायता पृष्ठ URL https://textslashplain.com/2016/03/17/seek-and-destroy-non-secure-references-using-the-moartls-analyzer/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "moarTLS Analyzer",
    "short_name": "moarTLS",
    "description": "Analyze webpages for non-secure link references.",
    "version": "1.0.0.1",
    "author": "Eric Lawrence (@ericlaw)",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "minimum_chrome_version": "56",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "48.0"
        }
    },
    "minimum_edge_version": "38.14393.0.0",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+M"
            }
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Mark non-secure links"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "images\/SensitiveForm.png"
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "",
        "downloads"
    ]
}