Unshorten.Me
Browser Extension to unshorten link
什麼是Unshorten.Me?
Unshorten.Me是由vocabgeekinfo開發的Chrome擴展程式,該擴展的主要功能是“Browser Extension to unshorten link”。
擴展截圖
下載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 擴展基本資訊
| 名稱 | |
| ID | bmiidjokmohpedbfjpoagmljcloncjfp |
| 官方網址 | 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
} | |