Vizrt Viz Feed Streamer

Stream content from social media networks to Vizrt Social TV

Vizrt Viz Feed Streamerคืออะไร?

Vizrt Viz Feed Streamer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vizrtsocialtv และคุณลักษณะหลักของมันคือ "Stream content from social media networks to Vizrt Social TV"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vizrt Viz Feed Streamer

ดาวน์โหลดไฟล์ส่วนขยาย Vizrt Viz Feed Streamer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Extension which allows to SocialTV users to add and arrange social media into VizDataHub                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Vizrt Viz Feed Streamer Vizrt Viz Feed Streamer
ID becnjampgkjkkjbeoknpkfpeehiffbbi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vizrt-viz-feed-streamer/becnjampgkjkkjbeoknpkfpeehiffbbi
คำอธิบาย Stream content from social media networks to Vizrt Social TV
ขนาดไฟล์ 25.73 KB
จำนวนการติดตั้ง 2,199
เวอร์ชันปัจจุบัน 1.0.16
อัปเดตครั้งล่าสุด 2019-05-15
วันที่เผยแพร่ 2019-05-15
คะแนน 4.67/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา vizrtsocialtv
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://www.vizrt.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vizrt Viz Feed Streamer",
    "short_name": "Vizrt Viz Feed Streamer",
    "version": "1.0.16",
    "manifest_version": 2,
    "description": "Stream content from social media networks to Vizrt Social TV",
    "author": "prod",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon16.png",
            "38": "icon128.png"
        },
        "default_title": "Vizrt Viz Feed Streamer",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "social.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost:8089\/*",
                "https:\/\/*.facebook.com\/*",
                "https:\/\/*.twitter.com\/*",
                "https:\/\/*.instagram.com\/*"
            ],
            "js": [
                "social_loader.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/docs.vizrt.com\/; object-src 'self'",
    "incognito": "spanning",
    "offline_enabled": false,
    "permissions": [
        "contextMenus",
        "storage",
        "clipboardWrite",
        "unlimitedStorage",
        "http:\/\/*\/",
        "https:\/\/*\/*"
    ],
    "homepage_url": "http:\/\/www.vizrt.com\/solutions\/social-tv-solution\/"
}