New YouTube Design for Edge Dev

Unleash the new YouTube design on the Edge Dev browser

Vad är New YouTube Design for Edge Dev?

New YouTube Design for Edge Dev är en Chrome-tillägg utvecklad av DavG25, och dess huvudfunktion är "Unleash the new YouTube design on the Edge Dev browser".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner New YouTube Design for Edge Dev-förlängningens CRX-fil

Ladda ner New YouTube Design for Edge Dev-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn New YouTube Design for Edge Dev New YouTube Design for Edge Dev
ID nbbgphfjjhnanbnejleodenmgjepffcc
Officiell webbadress https://chrome.google.com/webstore/detail/new-youtube-design-for-ed/nbbgphfjjhnanbnejleodenmgjepffcc
Beskrivning Unleash the new YouTube design on the Edge Dev browser
Filstorlek 13.11 KB
Antal Installationer 207
Aktuell Version 0.0.2
Senast Uppdaterad 2019-05-31
Publiceringsdatum 2019-05-30
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare DavG25
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}