Youtube-No-Suggestions
Removes suggested videos from the Youtube interface.
Co to jest Youtube-No-Suggestions?
Youtube-No-Suggestions to rozszerzenie Chrome opracowane przez msbrown, a jego główną funkcją jest „Removes suggested videos from the Youtube interface.”.
Pobierz plik CRX rozszerzenia Youtube-No-Suggestions
Pobierz pliki rozszerzeń Youtube-No-Suggestions 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
Spending too many mindless hours hooked on youtube videos? This extension removes all suggested videos from youtube.com
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | gbppnbcbbicnmdeapmagkaophailaeij |
Oficjalny URL | https://chromewebstore.google.com/detail/youtube-no-suggestions/gbppnbcbbicnmdeapmagkaophailaeij |
Opis | Removes suggested videos from the Youtube interface. |
Rozmiar pliku | 3.15 KB |
Liczba instalacji | 25 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2017-05-29 |
Data Publikacji | 2017-05-28 |
Deweloper | msbrown |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/mbrown1413/Youtube-No-Suggest |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Removes suggested videos from the Youtube interface.", "manifest_version": 2, "name": "Youtube-No-Suggestions", "version": "1.0", "homepage_url": "https:\/\/github.com\/mbrown1413\/Youtube-No-Suggest", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "remove_suggestions.css" ] } ] } |