xQcUpdates

Stay up to date with what xQc is streaming.

Apa itu xQcUpdates?

xQcUpdates adalah ekstensi Chrome yang dikembangkan oleh xqcowupdates, dan fitur utamanya adalah "Stay up to date with what xQc is streaming.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi xQcUpdates

Unduh file ekstensi xQcUpdates dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama xQcUpdates xQcUpdates
ID njncikdkmkhlfnpidgfdhjfenebjgmga
URL Resmi https://chrome.google.com/webstore/detail/xqcupdates/njncikdkmkhlfnpidgfdhjfenebjgmga
Deskripsi Stay up to date with what xQc is streaming.
Ukuran File 2.68 MB
Jumlah Instalasi 1,000
Versi Saat Ini 3.0.1
Terakhir Diperbarui 2023-03-09
Tanggal Publikasi 2021-01-25
Penilaian 4.86/5 Total 106 Penilaian
Pengembang xqcowupdates
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://twitter.com/xqcupdates
URL Halaman Bantuan https://twitter.com/xqcupdates
Bahasa yang Didukung 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"
    ]
}