ShortLink Decode

This extensions help decode the short link into the original link

ShortLink Decode क्या है?

ShortLink Decode https://tienich.xyz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extensions help decode the short link into the original link"।

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

screenshot

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

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

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

                        This extensions help decode the short link into the original link on web page                    

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

नाम ShortLink Decode ShortLink Decode
ID clcgakfkgdhbcmpkgmhmoapjdiffgfia
आधिकारिक URL https://chromewebstore.google.com/detail/shortlink-decode/clcgakfkgdhbcmpkgmhmoapjdiffgfia
विवरण This extensions help decode the short link into the original link
फ़ाइल का आकार 18.34 KB
स्थापना संख्या 149
वर्तमान संस्करण 1.2
अंतिम अपडेट 2019-05-15
प्रकाशन तिथि 2019-05-09
रेटिंग 4.00/5 कुल 4 रेटिंग्स
डेवलपर https://tienich.xyz
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ShortLink Decode",
    "description": "This extensions help decode the short link into the original link",
    "version": "1.2",
    "icons": {
        "16": "icon.png",
        "48": "icon.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}