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によって開発されたChromeの拡張機能で、その主な機能は「Unleash the new YouTube design on the Edge Dev browser」です。
拡張機能のスクリーンショット
New YouTube Design for Edge Dev拡張機能のCRXファイルをダウンロード
New YouTube Design for Edge Dev拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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 } |