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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}