Best URL Shortener
Convert long URLs or Links of websites to short and friendly ones.
Wat is Best URL Shortener?
Best URL Shortener is een Chrome-extensie ontwikkeld door Wilson, en de belangrijkste functie is "Convert long URLs or Links of websites to short and friendly ones.".
Extensie Screenshots
Download het CRX-bestand van de extensie Best URL Shortener
Download Best URL Shortener-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | jhcjblhckchiedihkfkgjaghggbcmbdn |
| Officiële URL | https://chromewebstore.google.com/detail/best-url-shortener/jhcjblhckchiedihkfkgjaghggbcmbdn |
| Beschrijving | Convert long URLs or Links of websites to short and friendly ones. |
| Bestandsgrootte | 226 KB |
| Aantal Installaties | 27,544 |
| Huidige Versie | 2.0.1 |
| Laatst Bijgewerkt | 2023-12-29 |
| Publicatiedatum | 2020-01-02 |
| Beoordeling | 4.51/5 Totaal 55 Beoordelingen |
| Ontwikkelaar | Wilson |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://hybridapps.net/ |
| Help Pagina-URL | http://tiny.cc/appshelp |
| URL van de Privacybeleid Pagina | http://tiny.cc/appsprivacy |
| Ondersteunde Talen | 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"
]
} | |