DGG Bigscreen Revived
Automatically inserts Destiny's YouTube livestream into the DGG Bigscreen.
Cos'è DGG Bigscreen Revived?
DGG Bigscreen Revived è un'estensione di Chrome sviluppata da https://knowyourinfluencer.io, e la sua funzione principale è "Automatically inserts Destiny's YouTube livestream into the DGG Bigscreen.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DGG Bigscreen Revived
Scarica i file di estensione DGG Bigscreen Revived in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Chrome extension that enhances your browsing experience on destiny.gg/bigscreen by automatically embedding the latest YouTube live stream from the Destiny channel. Informazioni di Base sull'Estensione
| Nome | |
| ID | jnplbgjadchfjhmaoolcmagiikohcklh |
| URL Ufficiale | https://chromewebstore.google.com/detail/dgg-bigscreen-revived/jnplbgjadchfjhmaoolcmagiikohcklh |
| Descrizione | Automatically inserts Destiny's YouTube livestream into the DGG Bigscreen. |
| Dimensione del File | 13.5 KB |
| Conteggio Installazioni | 1,728 |
| Versione Corrente | 1.3 |
| Ultimo Aggiornamento | 2023-07-14 |
| Data di Pubblicazione | 2023-06-28 |
| Valutazione | 5.00/5 Totale 13 Valutazioni |
| Sviluppatore | https://knowyourinfluencer.io |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "DGG Bigscreen Revived",
"description": "Automatically inserts Destiny's YouTube livestream into the DGG Bigscreen.",
"version": "1.3",
"action": {
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"scripting",
"storage",
"tabs"
],
"host_permissions": [
"https:\/\/www.destiny.gg\/bigscreen"
],
"background": {
"service_worker": "background.js"
},
"icons": {
"48": "icon48.png",
"128": "icon128.png"
}
} | |