Twonky Viewer

Redirect twonky server requests to its origin

什么是Twonky Viewer?

Twonky Viewer是由Z.J. Cong开发的Chrome扩展程序,该扩展的主要功能是“Redirect twonky server requests to its origin”。

扩展截图

screenshot

下载Twonky Viewer扩展crx文件

下载Twonky Viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Redirect Twonky request from localhost to remote server                    

扩展基本信息

名称 Twonky Viewer Twonky Viewer
ID falgkeemlabollcgileonaakpaggaldk
官方URL https://chromewebstore.google.com/detail/twonky-viewer/falgkeemlabollcgileonaakpaggaldk
简介 Redirect twonky server requests to its origin
文件大小 4.94 KB
安装次数 2,737
当前版本 1.0
更新时间 2019-06-13
上架时间 2019-06-08
开发者 Z.J. Cong
电子邮箱 [email protected]
付费类型 free
支持的语言 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'"
}