No more shorts

Removes shorts and shorts section from your youtube feed. No more distractions/doom scrooling.

Was ist No more shorts?

No more shorts ist eine Chrome-Erweiterung, die von kakke entwickelt wurde, und ihr Hauptmerkmal ist "Removes shorts and shorts section from your youtube feed. No more distractions/doom scrooling.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

No more shorts-Erweiterungs-CRX-Datei herunterladen

Laden Sie No more shorts-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        The extension is in alpha, check out the code on my github.                    

Grundlegende Informationen zur Erweiterung

Name No more shorts No more shorts
ID cdgiehpicfibgnnekjipimaabanbdagh
Offizielle URL https://chromewebstore.google.com/detail/no-more-shorts/cdgiehpicfibgnnekjipimaabanbdagh
Beschreibung Removes shorts and shorts section from your youtube feed. No more distractions/doom scrooling.
Dateigröße 11.53 KB
Installationsanzahl 280
Aktuelle Version 0.0.0.6
Letztes Update 2023-01-02
Veröffentlichungsdatum 2022-12-27
Bewertung 5.00/5 Insgesamt 8 Bewertungen
Entwickler kakke
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/albertbayazidi/no_more_shorts
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "all_frames": true,
            "js": [
                "remove_html.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3,
    "name": "No more shorts",
    "version": "0.0.0.6",
    "description": "Removes shorts and shorts section from your youtube feed. No more distractions\/doom scrooling.",
    "icons": {
        "128": "img.png"
    }
}