4p's URL Expander

Right click a shortened link and expand it

4p's URL Expander क्या है?

4p's URL Expander 4p द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Right click a shortened link and expand it"।

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

screenshot

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

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

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

                        This is a very simple "short URL expander". If you see a shortened/suspicious URL, you can right click it and "expand" it to see where the link would take you.

This uses "http://expandurl.com/" and will NOT open the shortened link, only a new tab showing the links redirects. All the hard work was done by "Gregg Hilferding". I just wanted a right click expander and nobody had made a working one.

Provided expandurl doesn't shut down, this should work just fine on most versions of chrome.

Limited to 100 "expands" per hour.                    

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

नाम 4p's URL Expander 4p's URL Expander
ID gldfamiablnblfgmflmlcbmimckdnlpj
आधिकारिक URL https://chromewebstore.google.com/detail/4ps-url-expander/gldfamiablnblfgmflmlcbmimckdnlpj
विवरण Right click a shortened link and expand it
फ़ाइल का आकार 7.08 KB
स्थापना संख्या 79
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2017-06-30
प्रकाशन तिथि 2017-06-30
डेवलपर 4p
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://expandurl.com/
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "4p's URL Expander",
    "description": "Right click a shortened link and expand it",
    "version": "0.0.1",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "popup.js"
        ]
    },
    "manifest_version": 2
}