Better YouTube Search
Fix YouTube search results by showing all search results and stop Recommended videos from appearing in your search results.
Co je Better YouTube Search?
Better YouTube Search je rozšíření Chrome vyvinuté chadwkirk, a jeho hlavní funkcí je „Fix YouTube search results by showing all search results and stop Recommended videos from appearing in your search results.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Better YouTube Search
Stáhněte si soubory rozšíření Better YouTube Search ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
With one click of a button, you can now find what you're actually looking for when searching on YouTube! This extension stops YouTube from showing you those "People Also Watched", "For You" and "Suggested" videos when you search for something. This is helpful for when you are searching for something on YouTube and the first few search results aren't what you're looking for. You can now go back to how YouTube used to be with the Better YouTube Search extension!
Základní Informace o Rozšíření
Název | Better YouTube Search |
ID | ipnifedcddhdmpnldgfioocmglegkccj |
Oficiální URL | https://chromewebstore.google.com/detail/better-youtube-search/ipnifedcddhdmpnldgfioocmglegkccj |
Popis | Fix YouTube search results by showing all search results and stop Recommended videos from appearing in your search results. |
Velikost souboru | 2.31 MB |
Počet instalací | 1,347 |
Aktuální Verze | 2.0 |
Poslední Aktualizace | 2023-07-26 |
Datum Vydání | 2023-05-07 |
Hodnocení | 3.68/5 Celkem 22 Hodnocení |
Vývojář | chadwkirk |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Better YouTube Search", "description": "Fix YouTube search results by showing all search results and stop Recommended videos from appearing in your search results.", "version": "2.0", "background": { "service_worker": "scripts\/background.js" }, "permissions": [ "tabs", "storage" ], "action": { "default_popup": "popup.html" }, "icons": { "16": "images\/better-youtube-search-icon-16-grey.png", "32": "images\/better-youtube-search-icon-32.png", "48": "images\/better-youtube-search-icon-48.png", "128": "images\/better-youtube-search-icon-128.png" }, "content_scripts": [ { "css": [ "style.css" ], "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/*.youtube.com\/*", "https:\/\/youtube.com\/*" ] } ] } |