Firelinks URL Shortner
Firelinks service to convert long URLs or Links of websites to short.
Was ist Firelinks URL Shortner?
Firelinks URL Shortner ist eine Chrome-Erweiterung, die von VD entwickelt wurde, und ihr Hauptmerkmal ist "Firelinks service to convert long URLs or Links of websites to short.".
Erweiterungsscreenshots
Firelinks URL Shortner-Erweiterungs-CRX-Datei herunterladen
Laden Sie Firelinks URL Shortner-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | epdgnnildheopikdpdooanjlafgndmmk |
| Offizielle URL | https://chromewebstore.google.com/detail/firelinks-url-shortner/epdgnnildheopikdpdooanjlafgndmmk |
| Beschreibung | Firelinks service to convert long URLs or Links of websites to short. |
| Dateigröße | 209 KB |
| Installationsanzahl | 28,527 |
| Aktuelle Version | 2.0 |
| Letztes Update | 2023-12-26 |
| Veröffentlichungsdatum | 2019-12-31 |
| Bewertung | 4.61/5 Insgesamt 129 Bewertungen |
| Entwickler | VD |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://tinyl.io/ExtFLHome |
| Hilfeseite URL | https://tinyl.io/ExtFLHelp |
| URL der Datenschutzrichtlinien-Seite | http://tiny.cc/appsprivacy |
| Unterstützte Sprachen | 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"
]
} | |