No more shorts
Removes shorts and shorts section from your youtube feed. No more distractions/doom scrooling.
Co to jest No more shorts?
No more shorts to rozszerzenie Chrome opracowane przez kakke, a jego główną funkcją jest „Removes shorts and shorts section from your youtube feed. No more distractions/doom scrooling.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia No more shorts
Pobierz pliki rozszerzeń No more shorts w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
The extension is in alpha, check out the code on my github. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | cdgiehpicfibgnnekjipimaabanbdagh |
| Oficjalny URL | https://chromewebstore.google.com/detail/no-more-shorts/cdgiehpicfibgnnekjipimaabanbdagh |
| Opis | Removes shorts and shorts section from your youtube feed. No more distractions/doom scrooling. |
| Rozmiar pliku | 11.53 KB |
| Liczba instalacji | 280 |
| Aktualna Wersja | 0.0.0.6 |
| Ostatnia Aktualizacja | 2023-01-02 |
| Data Publikacji | 2022-12-27 |
| Ocena | 5.00/5 Łącznie 8 Oceny |
| Deweloper | kakke |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/albertbayazidi/no_more_shorts |
| Obsługiwane Języki | 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"
}
} | |