Vizrt Viz Feed Streamer

Stream content from social media networks to Vizrt Social TV

Vizrt Viz Feed Streamer란 무엇입니까?

Vizrt Viz Feed Streamer은(는) vizrtsocialtv에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stream content from social media networks to Vizrt Social TV"입니다.

확장 프로그램 스크린샷

screenshot

Vizrt Viz Feed Streamer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/"
}