Safe Links Decoder

Display Microsoft Safe Links as the original URLs

Safe Links Decoder क्या है?

Safe Links Decoder https://francisyyan.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display Microsoft Safe Links as the original URLs"।

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

screenshot
screenshot

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

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

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

                        Click on this extension's icon to decode and display Microsoft Safe Links as their original URLs, making the links easier to read without sacrificing the security benefits provided by Safe Links.

Specifically, this extension only affects the appearance of Safe Links (by replacing the "innerText" property of  tags). It does not alter the actual addresses that Safe Links redirect to (i.e., the "href" attribute remains unchanged).

To ensure the safety and privacy of users, the source code for this extension can be reviewed at https://github.com/francisyyan/safelinks-decoder.                    

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

नाम Safe Links Decoder Safe Links Decoder
ID nnkckeohlpjpbideolodcogkghnnpmif
आधिकारिक URL https://chromewebstore.google.com/detail/safe-links-decoder/nnkckeohlpjpbideolodcogkghnnpmif
विवरण Display Microsoft Safe Links as the original URLs
फ़ाइल का आकार 18.12 KB
स्थापना संख्या 143
वर्तमान संस्करण 1.2
अंतिम अपडेट 2022-12-28
प्रकाशन तिथि 2021-03-16
डेवलपर https://francisyyan.org
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/francisyyan/safelinks-decoder
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Safe Links Decoder",
    "description": "Display Microsoft Safe Links as the original URLs",
    "version": "1.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    }
}