Disable YouTube Shorts ON OFF

Disable YouTube Shorts ON OFF YouTube Shorts to Standard Videos

Vad är Disable YouTube Shorts ON OFF?

Disable YouTube Shorts ON OFF är en Chrome-tillägg utvecklad av Youtube Short ON OFF, och dess huvudfunktion är "Disable YouTube Shorts ON OFF YouTube Shorts to Standard Videos".

Tilläggsskärmbilder

screenshot

Ladda ner Disable YouTube Shorts ON OFF-förlängningens CRX-fil

Ladda ner Disable YouTube Shorts ON OFF-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

                        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                    

Grundläggande Information om Tillägg

Namn Disable YouTube Shorts ON OFF Disable YouTube Shorts ON OFF
ID pkiligjbdajidpjlikchpofgfjhgecdp
Officiell webbadress https://chromewebstore.google.com/detail/disable-youtube-shorts-on/pkiligjbdajidpjlikchpofgfjhgecdp
Beskrivning Disable YouTube Shorts ON OFF YouTube Shorts to Standard Videos
Filstorlek 66.11 KB
Antal Installationer 42
Aktuell Version 3.0.2
Senast Uppdaterad 2024-01-10
Publiceringsdatum 2023-11-21
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Youtube Short ON OFF
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}