Unhook - Hide YouTube Recommended, Shorts, and More

Hide YouTube related videos, shorts, comments, suggestions wall, homepage recommendations, trending, and other distractions.

Τι είναι το Unhook - Hide YouTube Recommended, Shorts, and More;

Το Unhook - Hide YouTube Recommended, Shorts, and More είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://unhook.app, και η κύρια λειτουργία του είναι "Hide YouTube related videos, shorts, comments, suggestions wall, homepage recommendations, trending, and other distractions.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Unhook - Hide YouTube Recommended, Shorts, and More

Λήψη αρχείων επέκτασης Unhook - Hide YouTube Recommended, Shorts, and More σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        A browser extension to remove YouTube distractions, including the recommended sidebar, shorts, endscreen video suggestions, user comments, homepage related videos feed, trending tab, turn off autoplay or annotations, and more. Toggle the options through the popup to customize your own YouTube experience!

Compatible with mobile YouTube, m.youtube.com, through Firefox on Android. Also works on video embeds.

Request a feature: https://forms.gle/eJTVhmGtG5zp6YQE7

Unhook YouTube is available as an add-on for:
- Firefox: https://addons.mozilla.org/firefox/addon/youtube-recommended-videos/
- Microsoft Edge: https://microsoftedge.microsoft.com/addons/detail/unhook-remove-youtube-r/hebpjnnclppdnfghdnmhgdljmjpfhggk

If you find Unhook useful, please consider making a donation: PayPal.me/unhook

OPTIONS:
- Hide Homepage Feed
- Hide Video Sidebar
  - Hide Recommended (Related Videos)
  - Hide Live Chat
  - Hide Playlist
- Hide YouTube Shorts
- Hide End Screen Videowall
- Hide End Screen Cards
- Hide Comments
- Hide Mix Radio Playlists
- Hide Merch, Tickets, Offers
- Hide Video Info
  - Hide Video Buttons Bar (share, likes, dislikes)
  - Hide Channel (profile + subscribe button)
  - Hide Video Description
- Hide Top Header
  - Hide Notification Bell
- Hide Irrelevant Search Results ("Related to your search", "Latest from", "Searches related to", "People also search for", etc.)
- Hide Explore and Trending
- Hide More from YouTube
- Hide and Redirect Subscriptions
- Disable Autoplay
- Disable Annotations

YouTube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Unhook - Hide YouTube Recommended, Shorts, and More Unhook - Hide YouTube Recommended, Shorts, and More
ID khncfooichmfjbepaaaebmommgaepoid
Επίσημο URL https://chromewebstore.google.com/detail/unhook-hide-youtube-recom/khncfooichmfjbepaaaebmommgaepoid
Περιγραφή Hide YouTube related videos, shorts, comments, suggestions wall, homepage recommendations, trending, and other distractions.
Μέγεθος Αρχείου 39.76 KB
Αριθμός Εγκαταστάσεων 636,528
Τρέχουσα Έκδοση 1.6.4
Τελευταία Ενημέρωση 2024-03-04
Ημερομηνία Δημοσίευσης 2020-05-03
Αξιολόγηση 4.88/5 Συνολικά 1968 Αξιολογήσεις
Προγραμματιστής https://unhook.app
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unhook - Hide YouTube Recommended, Shorts, and More",
    "short_name": "Unhook",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon-128.png",
        "default_popup": "popup.html",
        "default_title": "Unhook"
    },
    "author": "Unhook",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": true,
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/m.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "webRequest",
        "https:\/\/www.youtube.com\/*",
        "https:\/\/m.youtube.com\/*"
    ],
    "web_accessible_resources": [
        "js\/unhook-yt.js"
    ],
    "version": "1.6.4",
    "description": "Hide YouTube related videos, shorts, comments, suggestions wall, homepage recommendations, trending, and other distractions.",
    "minimum_chrome_version": "49"
}