NoShorts

NoShorts categorizes your subscribed videos

Vad är NoShorts?

NoShorts är en Chrome-tillägg utvecklad av noshorts, och dess huvudfunktion är "NoShorts categorizes your subscribed videos".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner NoShorts-förlängningens CRX-fil

Ladda ner NoShorts-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

                        NoShorts adds tabs to the YouTube subscriptions page, putting different types of videos in their own tabs. This makes it easier to browse and view. Avoid too many shorts videos on the subscriptions page.

NoShorts only works on your youtube subscription page. If you don't want to see shorts video recommendations on the YouTube homepage or the other pages, you can try to select the [Not interested] button on the shorts video. Youtube will reduce or no longer recommend shorts videos for you.

- Remove recommended content: https://support.google.com/youtube/answer/6125535                    

Grundläggande Information om Tillägg

Namn NoShorts NoShorts
ID jimhmfkkehjpmaofepnkkbdianjilihf
Officiell webbadress https://chromewebstore.google.com/detail/noshorts/jimhmfkkehjpmaofepnkkbdianjilihf
Beskrivning NoShorts categorizes your subscribed videos
Filstorlek 13.25 KB
Antal Installationer 20
Aktuell Version 1.0.1
Senast Uppdaterad 2023-06-07
Publiceringsdatum 2023-02-27
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare noshorts
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NoShorts",
    "version": "1.0.1",
    "description": "NoShorts categorizes your subscribed videos",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "noshorts.js"
            ]
        }
    ]
}