New YouTube Design for Edge Dev
Unleash the new YouTube design on the Edge Dev browser
What is New YouTube Design for Edge Dev?
New YouTube Design for Edge Dev is a Chrome extension developed by DavG25, and its main feature is "Unleash the new YouTube design on the Edge Dev browser".
Extension Screenshots
Download New YouTube Design for Edge Dev Extension CRX File
Download New YouTube Design for Edge Dev extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | nbbgphfjjhnanbnejleodenmgjepffcc |
Official URL | https://chrome.google.com/webstore/detail/new-youtube-design-for-ed/nbbgphfjjhnanbnejleodenmgjepffcc |
Description | Unleash the new YouTube design on the Edge Dev browser |
File Size | 13.11 KB |
Installation Count | 207 |
Current Version | 0.0.2 |
Last Updated | 2019-05-31 |
Publish Date | 2019-05-30 |
Rating | 5.00/5 Total 2 Ratings |
Developer | DavG25 |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |