xQcUpdates
Stay up to date with what xQc is streaming.
什么是xQcUpdates?
xQcUpdates是由xqcowupdates开发的Chrome扩展程序,该扩展的主要功能是“Stay up to date with what xQc is streaming.”。
扩展截图
下载xQcUpdates扩展crx文件
下载xQcUpdates扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Stay up to date with what xQc is streaming or easily watch past streams, with timestamps. It will display what xQc is currently playing or doing, with a direct link to open his stream. It will also display a list of past streams, and when a user selects one it will show saved timestamps of activities he did. When a user clicks a timestamp it will take them to that part of the video, so they can navigate it easily. This extension just makes it easier to follow what xQc is currently doing, and allows users to easily navigate old streams.
扩展基本信息
名称 | |
ID | njncikdkmkhlfnpidgfdhjfenebjgmga |
官方URL | https://chrome.google.com/webstore/detail/xqcupdates/njncikdkmkhlfnpidgfdhjfenebjgmga |
简介 | Stay up to date with what xQc is streaming. |
文件大小 | 2.68 MB |
安装次数 | 1,000 |
当前版本 | 3.0.1 |
更新时间 | 2023-03-09 |
上架时间 | 2021-01-25 |
评分 | 4.86/5 共106次评分 |
开发者 | xqcowupdates |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://twitter.com/xqcupdates |
帮助页面URL | https://twitter.com/xqcupdates |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "xQcUpdates", "version": "3.0.1", "description": "Stay up to date with what xQc is streaming.", "options_ui": { "page": "options.html", "open_in_tab": false }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/www.googleapis.com https:\/\/extension.xqcupdates.com\/vodfriends.json; object-src 'self'; connect-src 'self' wss:\/\/ws.xqcupdates.com https:\/\/extension.xqcupdates.com\/vodfriends.json;", "permissions": [ "activeTab", "notifications", "https:\/\/extension.xqcupdates.com\/vodfriends.json" ] } |