xQcUpdates
Stay up to date with what xQc is streaming.
Τι είναι το xQcUpdates;
Το xQcUpdates είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον xqcowupdates, και η κύρια λειτουργία του είναι "Stay up to date with what xQc is streaming.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης xQcUpdates
Λήψη αρχείων επέκτασης 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" ] } |