Firelinks URL Shortner

Firelinks service to convert long URLs or Links of websites to short.

Firelinks URL Shortner क्या है?

Firelinks URL Shortner VD द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Firelinks service to convert long URLs or Links of websites to short."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        The most efficient and simple URL shortening service since 2009.

TOP Features Includes:
- Absolutely FREE
- No sign-up or login required
- Just one-click to get short URL
- Auto-copy the short URL to clipboard 
- Sharing over social networks
- Context Menu for direct links and selected text(auto-extract first link)
- Notifications to sharing critical updates
- All links are 100% safe and secured

For any issues, errors, bugs and enhancements, please reach us at - http://tiny.cc/extsupport                    

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

नाम Firelinks URL Shortner Firelinks URL Shortner
ID epdgnnildheopikdpdooanjlafgndmmk
आधिकारिक URL https://chromewebstore.google.com/detail/firelinks-url-shortner/epdgnnildheopikdpdooanjlafgndmmk
विवरण Firelinks service to convert long URLs or Links of websites to short.
फ़ाइल का आकार 209 KB
स्थापना संख्या 28,527
वर्तमान संस्करण 2.0
अंतिम अपडेट 2023-12-26
प्रकाशन तिथि 2019-12-31
रेटिंग 4.61/5 कुल 129 रेटिंग्स
डेवलपर VD
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://tinyl.io/ExtFLHome
सहायता पृष्ठ URL https://tinyl.io/ExtFLHelp
गोपनीयता नीति पृष्ठ URL http://tiny.cc/appsprivacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Firelinks URL Shortner",
    "short_name": "Firelinks URL Shortner",
    "version": "2.0",
    "description": "Firelinks service to convert long URLs or Links of websites to short.",
    "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": "Firelinks URL Shortner",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "unlimitedStorage",
        "storage",
        "alarms",
        "scripting"
    ]
}