Best URL Shortener
Convert long URLs or Links of websites to short and friendly ones.
Was ist Best URL Shortener?
Best URL Shortener ist eine Chrome-Erweiterung, die von Wilson entwickelt wurde, und ihr Hauptmerkmal ist "Convert long URLs or Links of websites to short and friendly ones.".
Erweiterungsscreenshots
Best URL Shortener-Erweiterungs-CRX-Datei herunterladen
Laden Sie Best URL Shortener-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 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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jhcjblhckchiedihkfkgjaghggbcmbdn |
| Offizielle URL | https://chromewebstore.google.com/detail/best-url-shortener/jhcjblhckchiedihkfkgjaghggbcmbdn |
| Beschreibung | Convert long URLs or Links of websites to short and friendly ones. |
| Dateigröße | 226 KB |
| Installationsanzahl | 27,544 |
| Aktuelle Version | 2.0.1 |
| Letztes Update | 2023-12-29 |
| Veröffentlichungsdatum | 2020-01-02 |
| Bewertung | 4.51/5 Insgesamt 55 Bewertungen |
| Entwickler | Wilson |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://hybridapps.net/ |
| Hilfeseite URL | http://tiny.cc/appshelp |
| URL der Datenschutzrichtlinien-Seite | http://tiny.cc/appsprivacy |
| Unterstützte Sprachen | 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"
]
} | |