Unshorten.Me
Browser Extension to unshorten link
What is Unshorten.Me?
Unshorten.Me is a Chrome extension developed by vocabgeekinfo, and its main feature is "Browser Extension to unshorten link".
Extension Screenshots
Download Unshorten.Me Extension CRX File
Download Unshorten.Me 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
Unshorten.me is a free service to Un-Shorten the URLs created by URL shortening services. Unshorten.me can un-shorten URLs created by different services like t.co (Twitter), bit.ly, TinyURL, ow.ly among others
Extension Basic Information
Name | Unshorten.Me |
ID | bmiidjokmohpedbfjpoagmljcloncjfp |
Official URL | https://chromewebstore.google.com/detail/unshortenme/bmiidjokmohpedbfjpoagmljcloncjfp |
Description | Browser Extension to unshorten link |
File Size | 107 KB |
Installation Count | 55 |
Current Version | 1.1 |
Last Updated | 2022-06-16 |
Publish Date | 2022-06-16 |
Rating | 5.00/5 Total 2 Ratings |
Developer | vocabgeekinfo |
[email protected] | |
Payment Type | free |
Extension Website | https://unshorten.me/ |
Help Page URL | https://thoplo.com/contact |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Unshorten.Me", "short_name": "unshorten", "description": "Browser Extension to unshorten link", "version": "1.1", "version_name": "1.1", "permissions": [ "contextMenus" ], "icons": { "16": ".\/icons\/ico16.png", "32": ".\/icons\/ico32.png", "48": ".\/icons\/ico48.png", "64": ".\/icons\/ico64.png", "128": ".\/icons\/ico128.png" }, "action": { "default_title": "Unshorten.me: unshorten any URL", "default_popup": "popup.html", "default_icon": { "16": ".\/icons\/ico16.png", "32": ".\/icons\/ico32.png", "48": ".\/icons\/ico48.png", "64": ".\/icons\/ico64.png", "128": ".\/icons\/ico128.png" } }, "background": { "service_worker": "eventPage.js" }, "offline_enabled": false } |