Unshorten.Me

Browser Extension to unshorten link

什么是Unshorten.Me?

Unshorten.Me是由vocabgeekinfo开发的Chrome扩展程序,该扩展的主要功能是“Browser Extension to unshorten link”。

扩展截图

screenshot
screenshot
screenshot

下载Unshorten.Me扩展crx文件

下载Unshorten.Me扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Unshorten.Me Unshorten.Me
ID bmiidjokmohpedbfjpoagmljcloncjfp
官方URL https://chromewebstore.google.com/detail/unshortenme/bmiidjokmohpedbfjpoagmljcloncjfp
简介 Browser Extension to unshorten link
文件大小 107 KB
安装次数 55
当前版本 1.1
更新时间 2022-06-16
上架时间 2022-06-16
评分 5.00/5 共2次评分
开发者 vocabgeekinfo
电子邮箱 [email protected]
付费类型 free
扩展官网 https://unshorten.me/
帮助页面URL https://thoplo.com/contact
支持的语言 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
}