YouTube Shorts to Normal Video Extension

Automatically Converts YouTube Shorts to Regular Video User Interface

Vad är YouTube Shorts to Normal Video Extension?

YouTube Shorts to Normal Video Extension är en Chrome-tillägg utvecklad av 0dgkim, och dess huvudfunktion är "Automatically Converts YouTube Shorts to Regular Video User Interface".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner YouTube Shorts to Normal Video Extension-förlängningens CRX-fil

Ladda ner YouTube Shorts to Normal Video Extension-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 automatically converts YouTube Shorts interface to regular YouTube video UI.

Update: version 1.2
- Fixed double-click issue when navigating back from Shorts page.
- Seamless navigation to previous page without unnecessary redirection.
- Minor code clean-up                    

Grundläggande Information om Tillägg

Namn YouTube Shorts to Normal Video Extension YouTube Shorts to Normal Video Extension
ID lhjkldibjjmodfeicnohmenmnddlfkpl
Officiell webbadress https://chrome.google.com/webstore/detail/lhjkldibjjmodfeicnohmenmnddlfkpl
Beskrivning Automatically Converts YouTube Shorts to Regular Video User Interface
Filstorlek 5.34 KB
Antal Installationer 3,896
Aktuell Version 1.2
Senast Uppdaterad 2023-06-13
Publiceringsdatum 2022-10-15
Betyg 4.55/5 Totalt 22 Betyg
Utvecklare 0dgkim
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Shorts to Normal Video Extension",
    "description": "Automatically Converts YouTube Shorts to Regular Video User Interface",
    "version": "1.2",
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "permissions": []
}