Best URL Shortener

Convert long URLs or Links of websites to short and friendly ones.

Best URL Shortener क्या है?

Best URL Shortener Wilson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert long URLs or Links of websites to short and friendly ones."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        The best URL shortening service that is fast, simple and efficient.

No need to sign-up and unlimited links!

For any issues, errors, bugs and enhancements, please raise your request at http://tiny.cc/exthelp.

Security:-
All links are carefully verified and checked before generating short url.                    

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

नाम Best URL Shortener Best URL Shortener
ID jhcjblhckchiedihkfkgjaghggbcmbdn
आधिकारिक URL https://chromewebstore.google.com/detail/best-url-shortener/jhcjblhckchiedihkfkgjaghggbcmbdn
विवरण Convert long URLs or Links of websites to short and friendly ones.
फ़ाइल का आकार 226 KB
स्थापना संख्या 27,544
वर्तमान संस्करण 2.0.1
अंतिम अपडेट 2023-12-29
प्रकाशन तिथि 2020-01-02
रेटिंग 4.51/5 कुल 55 रेटिंग्स
डेवलपर Wilson
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://hybridapps.net/
सहायता पृष्ठ URL http://tiny.cc/appshelp
गोपनीयता नीति पृष्ठ URL http://tiny.cc/appsprivacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Best URL Shortener",
    "short_name": "Best URL Shortener",
    "version": "2.0.1",
    "description": "Convert long URLs or Links of websites to short and friendly ones.",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "action": {
        "default_icon": "images\/icon.png",
        "default_title": "Best URL Shortener",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "unlimitedStorage",
        "storage",
        "alarms",
        "scripting"
    ]
}