Unshorten URL
Unshorten URLs from bit.ly goo.gl tinyUrl t.co and others
What is Unshorten URL?
Unshorten URL is a Chrome extension developed by tiltbit, and its main feature is "Unshorten URLs from bit.ly goo.gl tinyUrl t.co and others".
Extension Screenshots
Download Unshorten URL Extension CRX File
Download Unshorten URL 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
Extension Basic Information
Name | |
ID | kjhnnpddmfabiciiipggfcmmpciinjap |
Official URL | https://chromewebstore.google.com/detail/unshorten-url/kjhnnpddmfabiciiipggfcmmpciinjap |
Description | Unshorten URLs from bit.ly goo.gl tinyUrl t.co and others |
File Size | 8.68 KB |
Installation Count | 132 |
Current Version | 1 |
Last Updated | 2017-08-23 |
Publish Date | 2017-08-23 |
Rating | 3.00/5 Total 2 Ratings |
Developer | tiltbit |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Unshorten URL", "version": "1", "description": "Unshorten URLs from bit.ly goo.gl tinyUrl t.co and others", "permissions": [ "contextMenus", "tabs" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "unshort-16.png", "48": "unshort-48.png", "128": "unshort-128.png" } } |