Shorten Shopping URL

Cleans up the URL of popular shopping sites; removing useless parts of the URL and making them much easier to copy or share.

Shorten Shopping URL क्या है?

Shorten Shopping URL Beɳ Pesso द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cleans up the URL of popular shopping sites; removing useless parts of the URL and making them much easier to copy or share."।

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

screenshot
screenshot
screenshot

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

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

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

                        Takes super-long URLs from shopping sites like Amazon, AliExpress, Walmart and more, and cleans the URL to a much shorter, friendlier version you can share with others.

Why use this...
https://www.amazon.com/TABLETOPICS-Best-Things-Ever-Conversations/dp/B00XQ6P9UG/ref=sr_1_1?ie=UTF8&qid=1526466476&sr=8-1&keywords=best+thing+ever

When you can use this?:
https://www.amazon.com/dp/B00XQ6P9UG/

Just click on the icon, and the new URL will be copied to your clipboard automatically.


Currently supported merchants: AliExpress, Amazon, Costco, eBay and Walmart. If you'd like another merchant to be added, just drop me a note.                    

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

नाम Shorten Shopping URL Shorten Shopping URL
ID hgglgphejkbdeehekiapanggdnbmknjm
आधिकारिक URL https://chromewebstore.google.com/detail/shorten-shopping-url/hgglgphejkbdeehekiapanggdnbmknjm
विवरण Cleans up the URL of popular shopping sites; removing useless parts of the URL and making them much easier to copy or share.
फ़ाइल का आकार 13.79 KB
स्थापना संख्या 103
वर्तमान संस्करण 2.0.1
अंतिम अपडेट 2024-02-27
प्रकाशन तिथि 2019-06-16
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Beɳ Pesso
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.0.1",
    "default_locale": "en",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "action": {
        "default_icon": {
            "19": "images\/icon-38.png"
        },
        "default_title": "Shorten Shopping URL"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "icons": {
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "declarativeContent",
        "clipboardWrite",
        "scripting",
        "storage"
    ]
}