xQcUpdates

Stay up to date with what xQc is streaming.

Was ist xQcUpdates?

xQcUpdates ist eine Chrome-Erweiterung, die von xqcowupdates entwickelt wurde, und ihr Hauptmerkmal ist "Stay up to date with what xQc is streaming.".

Erweiterungsscreenshots

screenshot

xQcUpdates-Erweiterungs-CRX-Datei herunterladen

Laden Sie xQcUpdates-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name xQcUpdates xQcUpdates
ID njncikdkmkhlfnpidgfdhjfenebjgmga
Offizielle URL https://chrome.google.com/webstore/detail/xqcupdates/njncikdkmkhlfnpidgfdhjfenebjgmga
Beschreibung Stay up to date with what xQc is streaming.
Dateigröße 2.68 MB
Installationsanzahl 1,000
Aktuelle Version 3.0.1
Letztes Update 2023-03-09
Veröffentlichungsdatum 2021-01-25
Bewertung 4.86/5 Insgesamt 106 Bewertungen
Entwickler xqcowupdates
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://twitter.com/xqcupdates
Hilfeseite URL https://twitter.com/xqcupdates
Unterstützte Sprachen 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"
    ]
}