Unshorten.Me

Browser Extension to unshorten link

Co to jest Unshorten.Me?

Unshorten.Me to rozszerzenie Chrome opracowane przez vocabgeekinfo, a jego główną funkcją jest „Browser Extension to unshorten link”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Unshorten.Me

Pobierz pliki rozszerzeń Unshorten.Me 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

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Unshorten.Me Unshorten.Me
ID bmiidjokmohpedbfjpoagmljcloncjfp
Oficjalny URL https://chromewebstore.google.com/detail/unshortenme/bmiidjokmohpedbfjpoagmljcloncjfp
Opis Browser Extension to unshorten link
Rozmiar pliku 107 KB
Liczba instalacji 55
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2022-06-16
Data Publikacji 2022-06-16
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper vocabgeekinfo
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://unshorten.me/
Adres URL Strony Pomocy https://thoplo.com/contact
Obsługiwane Języki 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
}