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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DavG25 และคุณลักษณะหลักของมันคือ "Unleash the new YouTube design on the Edge Dev browser"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย New YouTube Design for Edge Dev

ดาวน์โหลดไฟล์ส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ New YouTube Design for Edge Dev New YouTube Design for Edge Dev
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
}