New YouTube Design for Edge Dev

Unleash the new YouTube design on the Edge Dev browser

Co to jest New YouTube Design for Edge Dev?

New YouTube Design for Edge Dev to rozszerzenie Chrome opracowane przez DavG25, a jego główną funkcją jest „Unleash the new YouTube design on the Edge Dev browser”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia New YouTube Design for Edge Dev

Pobierz pliki rozszerzeń New YouTube Design for Edge Dev w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa New YouTube Design for Edge Dev New YouTube Design for Edge Dev
ID nbbgphfjjhnanbnejleodenmgjepffcc
Oficjalny URL https://chrome.google.com/webstore/detail/new-youtube-design-for-ed/nbbgphfjjhnanbnejleodenmgjepffcc
Opis Unleash the new YouTube design on the Edge Dev browser
Rozmiar pliku 13.11 KB
Liczba instalacji 207
Aktualna Wersja 0.0.2
Ostatnia Aktualizacja 2019-05-31
Data Publikacji 2019-05-30
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper DavG25
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}