Twonky Viewer

Redirect twonky server requests to its origin

Twonky Viewerคืออะไร?

Twonky Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Z.J. Cong และคุณลักษณะหลักของมันคือ "Redirect twonky server requests to its origin"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twonky Viewer

ดาวน์โหลดไฟล์ส่วนขยาย 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'"
}