YouTube: No Shorts, No Community, No Nonsense
Disables different sections for a more enjoyable experience.
Hvad er YouTube: No Shorts, No Community, No Nonsense?
YouTube: No Shorts, No Community, No Nonsense er en Chrome-udvidelse udviklet af Oh Thomas, og dens hovedfunktion er "Disables different sections for a more enjoyable experience.".
Udvidelsesskærmbilleder
Download YouTube: No Shorts, No Community, No Nonsense-udvidelses-CRX-fil
Download YouTube: No Shorts, No Community, No Nonsense-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
Choose which sections you'd like to block from loading to save your sanity from the gobble-de-gook they attract. Don't let unwanted content take up your time and space. Source code: https://github.com/OhThomas/YouTube-No-Shorts-No-Community-No-Nonsense
Grundlæggende oplysninger om udvidelsen
Navn | YouTube: No Shorts, No Community, No Nonsense |
ID | ailbpknjjkdokgecbhhdcmgponjnkaon |
Officiel URL | https://chromewebstore.google.com/detail/youtube-no-shorts-no-comm/ailbpknjjkdokgecbhhdcmgponjnkaon |
Beskrivelse | Disables different sections for a more enjoyable experience. |
Filstørrelse | 35.86 KB |
Antal Installationer | 39 |
Nuværende Version | 0.6660 |
Senest Opdateret | 2023-11-01 |
Udgivelsesdato | 2023-10-07 |
Udvikler | Oh Thomas |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/OhThomas/YouTube-No-Shorts-No-Community-No-Nonsense |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube: No Shorts, No Community, No Nonsense", "description": "Disables different sections for a more enjoyable experience.", "version": "0.6660", "author": "Oh Thomas", "action": { "default_popup": ".\/dsc.html", "default_icon": { "16": ".\/images\/dsc16halloween.png", "32": ".\/images\/dsc32halloween.png", "48": ".\/images\/dsc48halloween.png", "64": ".\/images\/dsc64halloween.png", "96": ".\/images\/dsc96halloween.png", "128": ".\/images\/dsc128halloween.png" } }, "icons": { "16": ".\/images\/dsc16halloween.png", "32": ".\/images\/dsc32halloween.png", "64": ".\/images\/dsc64halloween.png", "96": ".\/images\/dsc96halloween.png", "128": ".\/images\/dsc128halloween.png" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "run_at": "document_start", "js": [ ".\/dsc.js" ], "css": [ ".\/dsc.css" ] } ] } |