Unshorten.Me

Browser Extension to unshorten link

Apa itu Unshorten.Me?

Unshorten.Me adalah ekstensi Chrome yang dikembangkan oleh vocabgeekinfo, dan fitur utamanya adalah "Browser Extension to unshorten link".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Unshorten.Me

Unduh file ekstensi Unshorten.Me dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Unshorten.Me Unshorten.Me
ID bmiidjokmohpedbfjpoagmljcloncjfp
URL Resmi https://chromewebstore.google.com/detail/unshortenme/bmiidjokmohpedbfjpoagmljcloncjfp
Deskripsi Browser Extension to unshorten link
Ukuran File 107 KB
Jumlah Instalasi 55
Versi Saat Ini 1.1
Terakhir Diperbarui 2022-06-16
Tanggal Publikasi 2022-06-16
Penilaian 5.00/5 Total 2 Penilaian
Pengembang vocabgeekinfo
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://unshorten.me/
URL Halaman Bantuan https://thoplo.com/contact
Bahasa yang Didukung 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
}