mub.me URL shortener
Easily shorten links with a click of a button!
What is mub.me URL shortener?
mub.me URL shortener is a Chrome extension developed by http://mub.me, and its main feature is "Easily shorten links with a click of a button!".
Extension Screenshots
Download mub.me URL shortener Extension CRX File
Download mub.me 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
Easily shorten links with a click of a button! Track your link with advanced statistics! Home Page: https://mub.me
Extension Basic Information
Name | |
ID | mhkeneekolcgmipnldfdiapdgjggoamo |
Official URL | https://chrome.google.com/webstore/detail/mubme-url-shortener/mhkeneekolcgmipnldfdiapdgjggoamo |
Description | Easily shorten links with a click of a button! |
File Size | 54.81 KB |
Installation Count | 38 |
Current Version | 1.2 |
Last Updated | 2020-08-14 |
Publish Date | 2020-06-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://mub.me |
[email protected] | |
Payment Type | free |
Extension Website | https://mub.me |
Help Page URL | https://mub.me/page/contact |
Privacy Policy Page URL | https://mub.me/page/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "mub.me URL shortener", "version": "1.2", "description": "Easily shorten links with a click of a button!", "manifest_version": 2, "offline_enabled": false, "options_page": "options.html", "options_ui": { "chrome_style": true, "page": "options.html" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": "assets\/images\/icon16.png", "default_title": "Click to shorten the current page link" }, "permissions": [ "https:\/\/mub.me\/api", "http:\/\/mub.me\/api", "tabs", "storage", "activeTab" ], "icons": { "16": "assets\/images\/icon16.png", "32": "assets\/images\/icon32.png", "128": "assets\/images\/icon128.png" } } |