New YouTube Design for Edge Dev
Unleash the new YouTube design on the Edge Dev browser
New YouTube Design for Edge Dev क्या है?
New YouTube Design for Edge Dev DavG25 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unleash the new YouTube design on the Edge Dev browser"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में New YouTube Design for Edge Dev एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | |
ID | nbbgphfjjhnanbnejleodenmgjepffcc |
आधिकारिक URL | https://chrome.google.com/webstore/detail/new-youtube-design-for-ed/nbbgphfjjhnanbnejleodenmgjepffcc |
विवरण | Unleash the new YouTube design on the Edge Dev browser |
फ़ाइल का आकार | 13.11 KB |
स्थापना संख्या | 207 |
वर्तमान संस्करण | 0.0.2 |
अंतिम अपडेट | 2019-05-31 |
प्रकाशन तिथि | 2019-05-30 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | DavG25 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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 } |