Remove YouTube Recommended Video 2024
Block all distraction on YouTube like (Comments,related Videos, homepage, trending, tabs, searchbar, trending and many other)
Τι είναι το Remove YouTube Recommended Video 2024;
Το Remove YouTube Recommended Video 2024 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον zakirullahkhan6269, και η κύρια λειτουργία του είναι "Block all distraction on YouTube like (Comments,related Videos, homepage, trending, tabs, searchbar, trending and many other)".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Remove YouTube Recommended Video 2024
Λήψη αρχείων επέκτασης Remove YouTube Recommended Video 2024 σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Download the Extension This Extension will Hide all YouTube distraction just on one click. Only video player will be shown to you. * Click on the extension icon * Click on the YouTube icon to open YouTube (If not open) * Click on the (ON & OFF) button to use extension features. "The use of the YouTube(TM) name or trademark is for identification, reference or descriptive purposes only and does not imply any association with YouTube(TM) or their product brand".
Βασικές Πληροφορίες Επέκτασης
Όνομα | Remove YouTube Recommended Video 2024 |
ID | ickohbpkcokghhopdfbhaoiakgpkekkh |
Επίσημο URL | https://chromewebstore.google.com/detail/remove-youtube-recommende/ickohbpkcokghhopdfbhaoiakgpkekkh |
Περιγραφή | Block all distraction on YouTube like (Comments,related Videos, homepage, trending, tabs, searchbar, trending and many other) |
Μέγεθος Αρχείου | 6.29 MB |
Αριθμός Εγκαταστάσεων | 31 |
Τρέχουσα Έκδοση | 1.3 |
Τελευταία Ενημέρωση | 2024-02-24 |
Ημερομηνία Δημοσίευσης | 2023-07-27 |
Αξιολόγηση | 4.43/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | zakirullahkhan6269 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remove YouTube Recommended Video 2024", "short_name": "EAYRV", "version": "1.3", "manifest_version": 3, "description": "Block all distraction on YouTube like (Comments,related Videos, homepage, trending, tabs, searchbar, trending and many other)", "icons": { "128": "icons\/128.png", "256": "icons\/256.png" }, "action": { "default_icon": "icons\/128.png", "default_title": "EAYRV", "default_popup": "src\/browser_action\/browser_action.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "\/style.css", "css\/jquery-confirm.css" ], "js": [ "js\/jquery.min.js", "js\/sweetAlert.min.js", "js\/jquery-confirm.js", "js\/script.js" ], "run_at": "document_end" } ], "permissions": [ "activeTab", "storage" ], "background": { "service_worker": "background.js" } } |