Twonky Viewer

Redirect twonky server requests to its origin

What is Twonky Viewer?

Twonky Viewer is a Chrome extension developed by Z.J. Cong, and its main feature is "Redirect twonky server requests to its origin".

Extension Screenshots

screenshot

Download Twonky Viewer Extension CRX File

Download Twonky Viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Redirect Twonky request from localhost to remote server                    

Extension Basic Information

Name Twonky Viewer Twonky Viewer
ID falgkeemlabollcgileonaakpaggaldk
Official URL https://chromewebstore.google.com/detail/twonky-viewer/falgkeemlabollcgileonaakpaggaldk
Description Redirect twonky server requests to its origin
File Size 4.94 KB
Installation Count 2,737
Current Version 1.0
Last Updated 2019-06-13
Publish Date 2019-06-08
Developer Z.J. Cong
Email [email protected]
Payment Type free
Supported Languages 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'"
}