Firelinks URL Shortner

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

Qu'est-ce que Firelinks URL Shortner ?

Firelinks URL Shortner est une extension Chrome développée par VD, et sa fonction principale est "Firelinks service to convert long URLs or Links of websites to short.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Firelinks URL Shortner

Téléchargez les fichiers d'extension Firelinks URL Shortner au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Firelinks URL Shortner Firelinks URL Shortner
ID epdgnnildheopikdpdooanjlafgndmmk
URL Officiel https://chromewebstore.google.com/detail/firelinks-url-shortner/epdgnnildheopikdpdooanjlafgndmmk
Description Firelinks service to convert long URLs or Links of websites to short.
Taille du Fichier 209 KB
Nombre d'Installations 28,527
Version Actuelle 2.0
Dernière Mise à Jour 2023-12-26
Date de Publication 2019-12-31
Évaluation 4.61/5 Total 129 Évaluations
Développeur VD
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://tinyl.io/ExtFLHome
URL de la Page d'Aide https://tinyl.io/ExtFLHelp
URL de la Page de Politique de Confidentialité http://tiny.cc/appsprivacy
Langues Prises en Charge 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"
    ]
}