Youtube Anti Shorts

Hide All YouTube Shorts

Hvad er Youtube Anti Shorts?

Youtube Anti Shorts er en Chrome-udvidelse udviklet af sapondanaisriwan, og dens hovedfunktion er "Hide All YouTube Shorts".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Youtube Anti Shorts-udvidelses-CRX-fil

Download Youtube Anti Shorts-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Hide All Shorts videos on YouTube.

Source code: https://github.com/sapondanaisriwan/youtube-anti-shorts
Changelog: https://github.com/sapondanaisriwan/youtube-anti-shorts/blob/main/CHANGELOD.md
Bug Report: https://github.com/sapondanaisriwan/youtube-anti-shorts/issues                    

Grundlæggende oplysninger om udvidelsen

Navn Youtube Anti Shorts Youtube Anti Shorts
ID lfhnlieoomhlancdfhihpopgkiekbefd
Officiel URL https://chrome.google.com/webstore/detail/lfhnlieoomhlancdfhihpopgkiekbefd
Beskrivelse Hide All YouTube Shorts
Filstørrelse 138 KB
Antal Installationer 21
Nuværende Version 1.0.2
Senest Opdateret 2023-07-20
Udgivelsesdato 2023-05-27
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler sapondanaisriwan
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/sapondanaisriwan/youtube-anti-shorts/
Hjælpeside-URL https://github.com/sapondanaisriwan/youtube-anti-shorts/issues
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youtube Anti Shorts",
    "description": "Hide All YouTube Shorts",
    "version": "1.0.2",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": ".\/asset\/img\/icon-16.png",
        "32": ".\/asset\/img\/icon-32.png",
        "48": ".\/asset\/img\/icon-48.png",
        "128": ".\/asset\/img\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                ".\/variables.js",
                ".\/init-data.js",
                ".\/hide-shorts.js"
            ]
        }
    ]
}