ShortLink Decode

This extensions help decode the short link into the original link

Apa itu ShortLink Decode?

ShortLink Decode adalah ekstensi Chrome yang dikembangkan oleh https://tienich.xyz, dan fitur utamanya adalah "This extensions help decode the short link into the original link".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ShortLink Decode

Unduh file ekstensi ShortLink Decode 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

                        This extensions help decode the short link into the original link on web page                    

Informasi Dasar Ekstensi

Nama ShortLink Decode ShortLink Decode
ID clcgakfkgdhbcmpkgmhmoapjdiffgfia
URL Resmi https://chromewebstore.google.com/detail/shortlink-decode/clcgakfkgdhbcmpkgmhmoapjdiffgfia
Deskripsi This extensions help decode the short link into the original link
Ukuran File 18.34 KB
Jumlah Instalasi 149
Versi Saat Ini 1.2
Terakhir Diperbarui 2019-05-15
Tanggal Publikasi 2019-05-09
Penilaian 4.00/5 Total 4 Penilaian
Pengembang https://tienich.xyz
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ShortLink Decode",
    "description": "This extensions help decode the short link into the original link",
    "version": "1.2",
    "icons": {
        "16": "icon.png",
        "48": "icon.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}