Exu - Boost Your Youtube Experience
Exu is a hole new extension that allow you to get new expirience of using Youtube. Exu is a browser extension that will extend…
Τι είναι το Exu - Boost Your Youtube Experience;
Το Exu - Boost Your Youtube Experience είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον exuext, και η κύρια λειτουργία του είναι "Exu is a hole new extension that allow you to get new expirience of using Youtube. Exu is a browser extension that will extend…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Exu - Boost Your Youtube Experience
Λήψη αρχείων επέκτασης Exu - Boost Your Youtube Experience σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Exu is a hole new extension that allow you to get new expirience of using Youtube. Exu is a browser extension that will extend your Youtube Search Filter. Find great topics before anyone else! We're in development, but we already want to let you know that the basic functionality is available and working. With our extension, you'll be able to filter your search results by the following criteria: - views; - subscribers; - video upload date; - presence of monetization; - video duration - vsr; Hide YouTube related videos, comments, shorts tab, suggestions wall, homepage recommendations, trending, and other distractions. A browser extension to remove YouTube distractions, including the recommended sidebar, 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! And a lot more will be avialable soon. Stay up to date on "explosive" videos with Exu.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Exu - Boost Your Youtube Experience |
ID | fgfcfincldjbfpkdoagajmfidhnffhao |
Επίσημο URL | https://chromewebstore.google.com/detail/exu-boost-your-youtube-ex/fgfcfincldjbfpkdoagajmfidhnffhao |
Περιγραφή | Exu is a hole new extension that allow you to get new expirience of using Youtube. Exu is a browser extension that will extend… |
Μέγεθος Αρχείου | 37.55 KB |
Αριθμός Εγκαταστάσεων | 63 |
Τρέχουσα Έκδοση | 1.1.2 |
Τελευταία Ενημέρωση | 2023-03-05 |
Ημερομηνία Δημοσίευσης | 2023-02-11 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | exuext |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://t.me/extendu |
Υποστηριζόμενες Γλώσσες | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ ".\/js\/exu.js" ], "css": [ ".\/css\/exu.css" ], "matches": [ "*:\/\/*.youtube.com\/*" ], "all_frames": true, "run_at": "document_start" } ], "icons": { "16": ".\/icons\/icon16.png", "48": ".\/icons\/icon48.png", "128": ".\/icons\/icon128.png" }, "name": "Exu - Boost Your Youtube Experience", "short_name": "Exu - Boost Your Youtube Experience", "version": "1.1.2", "manifest_version": 3 } |