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ファイルをダウンロード

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
Eメール [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\/"
}