Link Unshortener

Easily Unshorten any Url!

Link Unshortenerとは何ですか?

Link Unshortenerはhttps://linkunshorten.comによって開発されたChromeの拡張機能で、その主な機能は「Easily Unshorten any Url!」です。

拡張機能のスクリーンショット

screenshot

Link Unshortener拡張機能のCRXファイルをダウンロード

Link Unshortener拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Link Unshortener works in the background by automatically identifying short urls and will show you the final destination whenever your visit a short link. Open the extension to choose any domain you want to whitelist and not have Link Unshortener detect.

Features
* Protects user from potentially malicious or inappropriate site.
* Preview the destination url for any short url
* Add short domains to whitelist to be ignored
* See a screenshot preview of the site
* See entire redirect trace if url redirects multiple times                    

拡張機能の基本情報

名前 Link Unshortener Link Unshortener
ID fpdpbfkdodkadhickmncmaaklaafpplm
公式URL https://chromewebstore.google.com/detail/link-unshortener/fpdpbfkdodkadhickmncmaaklaafpplm
説明 Easily Unshorten any Url!
ファイルサイズ 816 KB
インストール数 950
現在のバージョン 1.0.5
最終更新日 2023-09-05
公開日 2020-04-08
評価 3.75/5 合計 12 レビュー
開発者 https://linkunshorten.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://linkunshorten.com/
ヘルプページのURL https://linkunshorten.com/
プライバシーポリシーページのURL https://t.ly/privacy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "homepage_url": "https:\/\/timleland.com\/link-unshorten-extension\/",
    "name": "Link Unshortener",
    "version": "1.0.5",
    "icons": {
        "16": "img\/icons\/icon-16.png",
        "48": "img\/icons\/icon-48.png",
        "128": "img\/icons\/icon-128.png"
    },
    "description": "Easily Unshorten any Url!",
    "action": {
        "default_title": "Link Unshortener",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/on16.png",
            "32": "img\/on32.png"
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "declarativeNetRequest",
        "storage"
    ]
}