Link shortener Xaa.Su
Quickly shorten a long link
What is Link shortener Xaa.Su?
Link shortener Xaa.Su is a Chrome extension developed by https://xaa.su, and its main feature is "Quickly shorten a long link".
Extension Screenshots
Download Link shortener Xaa.Su Extension CRX File
Download Link shortener Xaa.Su 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 product is an extension or addition to the Xaa.Su site and is used to quickly (in one click) shorten links from the address bar. Being on the current page, just click on the appropriate icon in the panel and you immediately get a shortened version of your page.
Extension Basic Information
Name | Link shortener Xaa.Su |
ID | nmbfimmenknjnnhmelplbaghlokkalpc |
Official URL | https://chromewebstore.google.com/detail/link-shortener-xaasu/nmbfimmenknjnnhmelplbaghlokkalpc |
Description | Quickly shorten a long link |
File Size | 69.7 KB |
Installation Count | 251 |
Current Version | 1.0.5 |
Last Updated | 2019-06-09 |
Publish Date | 2019-06-09 |
Rating | 4.07/5 Total 14 Ratings |
Developer | https://xaa.su |
[email protected] | |
Payment Type | free |
Extension Website | https://xaa.su/ |
Supported Languages | de,en,fr,es,it,pt-PT,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "1.0.5", "icons": { "16": "images\/16x16.png", "32": "images\/32x32.png", "48": "images\/48x48.png", "128": "images\/128x128.png" }, "permissions": [ "tabs", "https:\/\/xaa.su\/ex\/*" ], "browser_action": { "default_title": "__MSG_appName__", "default_icon": "images\/48x48.png", "default_popup": "popup.html" } } |