Shorts Blocker

Removes Shorts from the home page, subscriptions page, and the search results in Youtube.

Vad är Shorts Blocker?

Shorts Blocker är en Chrome-tillägg utvecklad av Umut Seven, och dess huvudfunktion är "Removes Shorts from the home page, subscriptions page, and the search results in Youtube.".

Tilläggsskärmbilder

screenshot

Ladda ner Shorts Blocker-förlängningens CRX-fil

Ladda ner Shorts Blocker-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

                        Requirements: Chrome 105 and above

Do you hate Youtube Shorts? Do you wish they wouldn't clutter up your subscriptions page? Do you wish there was an easy way of hiding them? 

Introducing, the Shorts Blocker;  a very simple Google Chrome extension that hides Youtube Shorts from everywhere; the home page, subscriptions page, and even the search results.

The entire project is open source, with no data collection, no ads, and no tracking.                    

Grundläggande Information om Tillägg

Namn Shorts Blocker Shorts Blocker
ID ckagfhpboagdopichicnebandlofghbc
Officiell webbadress https://chromewebstore.google.com/detail/shorts-blocker/ckagfhpboagdopichicnebandlofghbc
Beskrivning Removes Shorts from the home page, subscriptions page, and the search results in Youtube.
Filstorlek 9.3 KB
Antal Installationer 6,000
Aktuell Version 3.2
Senast Uppdaterad 2023-11-09
Publiceringsdatum 2023-05-02
Betyg 4.38/5 Totalt 21 Betyg
Utvecklare Umut Seven
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/umutseven92/shorts-blocker
Hjälpsida URL https://github.com/umutseven92/shorts-blocker/issues
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shorts Blocker",
    "version": "3.2",
    "description": "Removes Shorts from the home page, subscriptions page, and the search results in Youtube.",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "css": [
                "css\/blocker.css"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ]
}