Twonky Viewer

Redirect twonky server requests to its origin

Apa itu Twonky Viewer?

Twonky Viewer adalah ekstensi Chrome yang dikembangkan oleh Z.J. Cong, dan fitur utamanya adalah "Redirect twonky server requests to its origin".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Twonky Viewer

Unduh file ekstensi Twonky Viewer 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

                        Redirect Twonky request from localhost to remote server                    

Informasi Dasar Ekstensi

Nama Twonky Viewer Twonky Viewer
ID falgkeemlabollcgileonaakpaggaldk
URL Resmi https://chromewebstore.google.com/detail/twonky-viewer/falgkeemlabollcgileonaakpaggaldk
Deskripsi Redirect twonky server requests to its origin
Ukuran File 4.94 KB
Jumlah Instalasi 2,737
Versi Saat Ini 1.0
Terakhir Diperbarui 2019-06-13
Tanggal Publikasi 2019-06-08
Pengembang Z.J. Cong
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twonky Viewer",
    "description": "Redirect twonky server requests to its origin",
    "version": "1.0",
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.googleapis.com https:\/\/*.bootstrapcdn.com; object-src 'self'"
}