Disable YouTube Shorts ON OFF

Disable YouTube Shorts ON OFF YouTube Shorts to Standard Videos

Co to jest Disable YouTube Shorts ON OFF?

Disable YouTube Shorts ON OFF to rozszerzenie Chrome opracowane przez Youtube Short ON OFF, a jego główną funkcją jest „Disable YouTube Shorts ON OFF YouTube Shorts to Standard Videos”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Disable YouTube Shorts ON OFF

Pobierz pliki rozszerzeń Disable YouTube Shorts ON OFF 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

                        YouTube Shorts ON OFF
Removes all Shorts from YouTube
The YouTube shorts video should be played just like any other video.
Playing YouTube Shorts videos on a standard Video is possible using an extension.
YouTube Shorts ON OFF YouTube Shorts to Standard Videos
YouTube Shorts ON OFF is now enabled by default                    

Podstawowe informacje o rozszerzeniu

Nazwa Disable YouTube Shorts ON OFF Disable YouTube Shorts ON OFF
ID pkiligjbdajidpjlikchpofgfjhgecdp
Oficjalny URL https://chromewebstore.google.com/detail/disable-youtube-shorts-on/pkiligjbdajidpjlikchpofgfjhgecdp
Opis Disable YouTube Shorts ON OFF YouTube Shorts to Standard Videos
Rozmiar pliku 66.11 KB
Liczba instalacji 42
Aktualna Wersja 3.0.2
Ostatnia Aktualizacja 2024-01-10
Data Publikacji 2023-11-21
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Youtube Short ON OFF
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en,en-GB,en-US,fr,vi,hi,kn-IN,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "3.0.2",
    "default_locale": "en_US",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "action": {
        "default_icon": "icon-128.png",
        "default_title": "Disable YouTube Shorts ON OFF"
    },
    "commands": {
        "_execute_action": {
            "description": "Switch to normal video URL",
            "suggested_key": {
                "default": "Alt+V"
            }
        }
    },
    "host_permissions": [
        "*:\/\/youtube.com\/*",
        "*:\/\/www.youtube.com\/*"
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "short_name": "Youtube Shorts"
}