DGG Bigscreen Revived
Automatically inserts Destiny's YouTube livestream into the DGG Bigscreen.
Wat is DGG Bigscreen Revived?
DGG Bigscreen Revived is een Chrome-extensie ontwikkeld door https://knowyourinfluencer.io, en de belangrijkste functie is "Automatically inserts Destiny's YouTube livestream into the DGG Bigscreen.".
Extensie Screenshots
Download het CRX-bestand van de extensie DGG Bigscreen Revived
Download DGG Bigscreen Revived-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Chrome extension that enhances your browsing experience on destiny.gg/bigscreen by automatically embedding the latest YouTube live stream from the Destiny channel. Basisinformatie over de Extensie
| Naam | |
| ID | jnplbgjadchfjhmaoolcmagiikohcklh |
| Officiële URL | https://chromewebstore.google.com/detail/dgg-bigscreen-revived/jnplbgjadchfjhmaoolcmagiikohcklh |
| Beschrijving | Automatically inserts Destiny's YouTube livestream into the DGG Bigscreen. |
| Bestandsgrootte | 13.5 KB |
| Aantal Installaties | 1,728 |
| Huidige Versie | 1.3 |
| Laatst Bijgewerkt | 2023-07-14 |
| Publicatiedatum | 2023-06-28 |
| Beoordeling | 5.00/5 Totaal 13 Beoordelingen |
| Ontwikkelaar | https://knowyourinfluencer.io |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |