Youtube Shorts to normal Youtube Video

Just transform Youtube Shorts link to a normal video link

Vad är Youtube Shorts to normal Youtube Video?

Youtube Shorts to normal Youtube Video är en Chrome-tillägg utvecklad av 4clem4, och dess huvudfunktion är "Just transform Youtube Shorts link to a normal video link".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Youtube Shorts to normal Youtube Video-förlängningens CRX-fil

Ladda ner Youtube Shorts to normal Youtube Video-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

                        With just a click on the icon, this extension will automatically convert any YouTube Shorts link to a regular YouTube video link. This means that you'll have access to all the same features and functionalities that you would normally have with a YouTube video (like adding the video to a playlist).                    

Grundläggande Information om Tillägg

Namn Youtube Shorts to normal Youtube Video Youtube Shorts to normal Youtube Video
ID cjehamalccdemkfpiidlbgacminjjkop
Officiell webbadress https://chrome.google.com/webstore/detail/youtube-shorts-to-normal/cjehamalccdemkfpiidlbgacminjjkop
Beskrivning Just transform Youtube Shorts link to a normal video link
Filstorlek 11.31 KB
Antal Installationer 10
Aktuell Version 1.0
Senast Uppdaterad 2023-04-10
Publiceringsdatum 2023-04-10
Utvecklare 4clem4
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Shorts to normal Youtube Video",
    "version": "1.0",
    "manifest_version": 3,
    "description": "Just transform Youtube Shorts link to a normal video link",
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "icon_watch.png"
    },
    "host_permissions": [
        "https:\/\/www.youtube.com\/*",
        "http:\/\/www.youtube.com\/*"
    ]
}