Link Unshortener

Easily Unshorten any Url!

Co to jest Link Unshortener?

Link Unshortener to rozszerzenie Chrome opracowane przez https://linkunshorten.com, a jego główną funkcją jest „Easily Unshorten any Url!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Link Unshortener

Pobierz pliki rozszerzeń Link Unshortener w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Link Unshortener Link Unshortener
ID fpdpbfkdodkadhickmncmaaklaafpplm
Oficjalny URL https://chromewebstore.google.com/detail/link-unshortener/fpdpbfkdodkadhickmncmaaklaafpplm
Opis Easily Unshorten any Url!
Rozmiar pliku 816 KB
Liczba instalacji 950
Aktualna Wersja 1.0.5
Ostatnia Aktualizacja 2023-09-05
Data Publikacji 2020-04-08
Ocena 3.75/5 Łącznie 12 Oceny
Deweloper https://linkunshorten.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://linkunshorten.com/
Adres URL Strony Pomocy https://linkunshorten.com/
Adres URL Strony Polityki Prywatności https://t.ly/privacy
Obsługiwane Języki 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"
    ]
}