No more shorts
Removes shorts and shorts section from your youtube feed. No more distractions/doom scrooling.
Hvad er No more shorts?
No more shorts er en Chrome-udvidelse udviklet af kakke, og dens hovedfunktion er "Removes shorts and shorts section from your youtube feed. No more distractions/doom scrooling.".
Udvidelsesskærmbilleder
Download No more shorts-udvidelses-CRX-fil
Download No more 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
The extension is in alpha, check out the code on my github.
Grundlæggende oplysninger om udvidelsen
Navn | No more shorts |
ID | cdgiehpicfibgnnekjipimaabanbdagh |
Officiel URL | https://chromewebstore.google.com/detail/no-more-shorts/cdgiehpicfibgnnekjipimaabanbdagh |
Beskrivelse | Removes shorts and shorts section from your youtube feed. No more distractions/doom scrooling. |
Filstørrelse | 11.53 KB |
Antal Installationer | 280 |
Nuværende Version | 0.0.0.6 |
Senest Opdateret | 2023-01-02 |
Udgivelsesdato | 2022-12-27 |
Bedømmelse | 5.00/5 Samlet 8 Bedømmelser |
Udvikler | kakke |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/albertbayazidi/no_more_shorts |
Understøttede Sprog | 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" } } |