Firelinks URL Shortner

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

What is Firelinks URL Shortner?

Firelinks URL Shortner is a Chrome extension developed by VD, and its main feature is "Firelinks service to convert long URLs or Links of websites to short.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Firelinks URL Shortner Extension CRX File

Download Firelinks URL Shortner extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Firelinks URL Shortner Firelinks URL Shortner
ID epdgnnildheopikdpdooanjlafgndmmk
Official URL https://chromewebstore.google.com/detail/firelinks-url-shortner/epdgnnildheopikdpdooanjlafgndmmk
Description Firelinks service to convert long URLs or Links of websites to short.
File Size 209 KB
Installation Count 28,527
Current Version 2.0
Last Updated 2023-12-26
Publish Date 2019-12-31
Rating 4.61/5 Total 129 Ratings
Developer VD
Email [email protected]
Payment Type free
Extension Website https://tinyl.io/ExtFLHome
Help Page URL https://tinyl.io/ExtFLHelp
Privacy Policy Page URL http://tiny.cc/appsprivacy
Supported Languages 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"
    ]
}