Best URL Shortener
Convert long URLs or Links of websites to short and friendly ones.
What is Best URL Shortener?
Best URL Shortener is a Chrome extension developed by Wilson, and its main feature is "Convert long URLs or Links of websites to short and friendly ones.".
Extension Screenshots
Download Best URL Shortener Extension CRX File
Download Best URL Shortener 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 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.
Extension Basic Information
Name | Best URL Shortener |
ID | jhcjblhckchiedihkfkgjaghggbcmbdn |
Official URL | https://chromewebstore.google.com/detail/best-url-shortener/jhcjblhckchiedihkfkgjaghggbcmbdn |
Description | Convert long URLs or Links of websites to short and friendly ones. |
File Size | 226 KB |
Installation Count | 27,544 |
Current Version | 2.0.1 |
Last Updated | 2023-12-29 |
Publish Date | 2020-01-02 |
Rating | 4.51/5 Total 55 Ratings |
Developer | Wilson |
[email protected] | |
Payment Type | free |
Extension Website | https://hybridapps.net/ |
Help Page URL | http://tiny.cc/appshelp |
Privacy Policy Page URL | http://tiny.cc/appsprivacy |
Supported Languages | 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" ] } |