RYS — Remove YouTube Suggestions
Spend less time on YouTube. Customize YouTube's user interface to be less engaging.
Τι είναι το RYS — Remove YouTube Suggestions;
Το RYS — Remove YouTube Suggestions είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://lawrencehook.com, και η κύρια λειτουργία του είναι "Spend less time on YouTube. Customize YouTube's user interface to be less engaging.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης RYS — Remove YouTube Suggestions
Λήψη αρχείων επέκτασης RYS — Remove YouTube Suggestions σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Hide recommended videos on YouTube and customize the user interface. 65+ options.
Completely free and open-source.
No need to sign up or log in.
Lightweight and fast.
Regularly updated.
Schedule specific times for the extension to be active.
Privacy-focused. Does not share data and respects users' privacy.
Support
Leave a Review!
Links
Source: https://github.com/lawrencehook/remove-youtube-suggestions
Features: https://lawrencehook.com/rys/features/ Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | cdhdichomdnlaadbndgmagohccgpejae |
| Επίσημο URL | https://chromewebstore.google.com/detail/rys-%E2%80%94-remove-youtube-sugg/cdhdichomdnlaadbndgmagohccgpejae |
| Περιγραφή | Spend less time on YouTube. Customize YouTube's user interface to be less engaging. |
| Μέγεθος Αρχείου | 323 KB |
| Αριθμός Εγκαταστάσεων | 8,623 |
| Τρέχουσα Έκδοση | 4.3.53 |
| Τελευταία Ενημέρωση | 2024-03-04 |
| Ημερομηνία Δημοσίευσης | 2020-09-21 |
| Αξιολόγηση | 4.93/5 Συνολικά 57 Αξιολογήσεις |
| Προγραμματιστής | https://lawrencehook.com |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://github.com/lawrencehook/remove-youtube-suggestions |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://docs.google.com/forms/d/1AzQQxTWgG6M5N87jinvXKQkGS6Mehzg19XV4mjteTK0 |
| Υποστηριζόμενες Γλώσσες | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "RYS \u2014 Remove YouTube Suggestions",
"description": "Spend less time on YouTube. Customize YouTube's user interface to be less engaging.",
"homepage_url": "https:\/\/github.com\/lawrencehook\/remove-youtube-suggestions",
"manifest_version": 2,
"version": "4.3.53",
"icons": {
"16": "\/images\/16.png",
"32": "\/images\/32.png",
"64": "\/images\/64.png",
"128": "\/images\/128.png"
},
"background": {
"scripts": [
"\/shared\/main.js",
"\/shared\/https.js",
"\/background\/events.js",
"\/background\/main.js"
],
"persistent": true
},
"content_scripts": [
{
"js": [
"\/shared\/main.js",
"\/shared\/https.js",
"\/shared\/utils.js",
"\/content-script\/main.js"
],
"css": [
"\/content-script\/main.css"
],
"all_frames": true,
"matches": [
"*:\/\/*.youtube.com\/*"
],
"run_at": "document_start"
}
],
"browser_action": {
"default_popup": "\/options\/main.html",
"default_title": "Remove Youtube Suggestions",
"default_icon": {
"16": "\/images\/16.png",
"32": "\/images\/32.png",
"64": "\/images\/64.png",
"128": "\/images\/128.png"
}
},
"options_ui": {
"page": "\/options\/main.html",
"open_in_tab": true
},
"permissions": [
"storage",
"*:\/\/*.youtube.com\/*"
]
} | |