YouTube Longs

Redirects tabs opening a YouTube short to open the proper video.

Vad är YouTube Longs?

YouTube Longs är en Chrome-tillägg utvecklad av Deathbetray, och dess huvudfunktion är "Redirects tabs opening a YouTube short to open the proper video.".

Tilläggsskärmbilder

screenshot

Ladda ner YouTube Longs-förlängningens CRX-fil

Ladda ner YouTube Longs-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

                        Redirects webpages that are attempting to open a YouTube short to instead open the desktop-friendly version of the webpage.                    

Grundläggande Information om Tillägg

Namn YouTube Longs YouTube Longs
ID hgohjdcdlbnpmnopkigclphedadbnlel
Officiell webbadress https://chromewebstore.google.com/detail/youtube-longs/hgohjdcdlbnpmnopkigclphedadbnlel
Beskrivning Redirects tabs opening a YouTube short to open the proper video.
Filstorlek 17.86 KB
Antal Installationer 59
Aktuell Version 1.1
Senast Uppdaterad 2022-06-05
Publiceringsdatum 2022-06-04
Utvecklare Deathbetray
E-post [email protected]
Betalningssätt free
Stödda Språk en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Longs",
    "description": "Redirects tabs opening a YouTube short to open the proper video.",
    "version": "1.1",
    "author": "Deathbetray",
    "manifest_version": 3,
    "background": {
        "service_worker": "youTubeLongs.js"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "\/images\/youTubeLongs-logo-16.png",
        "32": "\/images\/youTubeLongs-logo-32.png",
        "48": "\/images\/youTubeLongs-logo-48.png",
        "128": "\/images\/youTubeLongs-logo-128.png"
    },
    "action": {
        "default_icon": {
            "16": "\/images\/youTubeLongs-logo-16.png",
            "32": "\/images\/youTubeLongs-logo-32.png",
            "48": "\/images\/youTubeLongs-logo-48.png",
            "128": "\/images\/youTubeLongs-logo-128.png"
        },
        "default_title": "YouTube Longs",
        "default_popup": "popup.html"
    }
}