Unshorten.Me
Browser Extension to unshorten link
Unshorten.Me là gì?
Unshorten.Me là một tiện ích mở rộng Chrome được phát triển bởi vocabgeekinfo, và tính năng chính của nó là "Browser Extension to unshorten link".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Unshorten.Me
Tải xuống các tệp mở rộng Unshorten.Me dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Unshorten.Me |
ID | bmiidjokmohpedbfjpoagmljcloncjfp |
URL Chính Thức | https://chromewebstore.google.com/detail/unshortenme/bmiidjokmohpedbfjpoagmljcloncjfp |
Mô tả | Browser Extension to unshorten link |
Kích Thước Tệp | 107 KB |
Số Lần Cài Đặt | 55 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2022-06-16 |
Ngày Phát Hành | 2022-06-16 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | vocabgeekinfo |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://unshorten.me/ |
URL Trang Trợ Giúp | https://thoplo.com/contact |
Ngôn Ngữ Được Hỗ Trợ | 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 } |