xQcUpdates

Stay up to date with what xQc is streaming.

xQcUpdatesとは何ですか?

xQcUpdatesはxqcowupdatesによって開発されたChromeの拡張機能で、その主な機能は「Stay up to date with what xQc is streaming.」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 xQcUpdates xQcUpdates
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
Eメール [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"
    ]
}