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”。
擴展截圖
下載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
擴展基本資訊
名稱 | |
ID | becnjampgkjkkjbeoknpkfpeehiffbbi |
官方網址 | 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\/" } |