DGG Bigscreen Revived
Automatically inserts Destiny's YouTube livestream into the DGG Bigscreen.
Vad är DGG Bigscreen Revived?
DGG Bigscreen Revived är en Chrome-tillägg utvecklad av https://knowyourinfluencer.io, och dess huvudfunktion är "Automatically inserts Destiny's YouTube livestream into the DGG Bigscreen.".
Tilläggsskärmbilder
Ladda ner DGG Bigscreen Revived-förlängningens CRX-fil
Ladda ner DGG Bigscreen Revived-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Chrome extension that enhances your browsing experience on destiny.gg/bigscreen by automatically embedding the latest YouTube live stream from the Destiny channel. Grundläggande Information om Tillägg
| Namn | |
| ID | jnplbgjadchfjhmaoolcmagiikohcklh |
| Officiell webbadress | https://chromewebstore.google.com/detail/dgg-bigscreen-revived/jnplbgjadchfjhmaoolcmagiikohcklh |
| Beskrivning | Automatically inserts Destiny's YouTube livestream into the DGG Bigscreen. |
| Filstorlek | 13.5 KB |
| Antal Installationer | 1,728 |
| Aktuell Version | 1.3 |
| Senast Uppdaterad | 2023-07-14 |
| Publiceringsdatum | 2023-06-28 |
| Betyg | 5.00/5 Totalt 13 Betyg |
| Utvecklare | https://knowyourinfluencer.io |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |