No more shorts
Removes shorts and shorts section from your youtube feed. No more distractions/doom scrooling.
Wat is No more shorts?
No more shorts is een Chrome-extensie ontwikkeld door kakke, en de belangrijkste functie is "Removes shorts and shorts section from your youtube feed. No more distractions/doom scrooling.".
Extensie Screenshots
Download het CRX-bestand van de extensie No more shorts
Download No more shorts-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
The extension is in alpha, check out the code on my github.
Basisinformatie over de Extensie
Naam | No more shorts |
ID | cdgiehpicfibgnnekjipimaabanbdagh |
Officiële URL | https://chromewebstore.google.com/detail/no-more-shorts/cdgiehpicfibgnnekjipimaabanbdagh |
Beschrijving | Removes shorts and shorts section from your youtube feed. No more distractions/doom scrooling. |
Bestandsgrootte | 11.53 KB |
Aantal Installaties | 280 |
Huidige Versie | 0.0.0.6 |
Laatst Bijgewerkt | 2023-01-02 |
Publicatiedatum | 2022-12-27 |
Beoordeling | 5.00/5 Totaal 8 Beoordelingen |
Ontwikkelaar | kakke |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/albertbayazidi/no_more_shorts |
Ondersteunde Talen | 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" } } |