New YouTube Design for Edge Dev
Unleash the new YouTube design on the Edge Dev browser
Cos'è New YouTube Design for Edge Dev?
New YouTube Design for Edge Dev è un'estensione di Chrome sviluppata da DavG25, e la sua funzione principale è "Unleash the new YouTube design on the Edge Dev browser".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione New YouTube Design for Edge Dev
Scarica i file di estensione New YouTube Design for Edge Dev 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
This extension will allow you to use the new YouTube design / layout on the Microsoft Edge Dev browser To see how to install Chrome Web Store extension on Edge Dev, check https://davg25.com/s?UGsxu NOTE: If the new design doesn't work, delete your cookies and visit https://www.youtube.com/new
Informazioni di Base sull'Estensione
Nome | |
ID | nbbgphfjjhnanbnejleodenmgjepffcc |
URL Ufficiale | https://chrome.google.com/webstore/detail/new-youtube-design-for-ed/nbbgphfjjhnanbnejleodenmgjepffcc |
Descrizione | Unleash the new YouTube design on the Edge Dev browser |
Dimensione del File | 13.11 KB |
Conteggio Installazioni | 207 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2019-05-31 |
Data di Pubblicazione | 2019-05-30 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | DavG25 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "DavG25", "name": "New YouTube Design for Edge Dev", "short_name": "NYTD for Edge Dev", "version": "0.0.2", "description": "Unleash the new YouTube design on the Edge Dev browser", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.youtube.com\/*" ], "background": { "scripts": [ "core.js" ], "persistent": true }, "browser_action": { "default_popup": "interface.html", "default_icon": { "128": "images\/128.png" } }, "icons": { "128": "images\/128.png" }, "manifest_version": 2 } |