Twitch && Youtube spoiler-free
No more spoilers watching TWITCH VODS and YOUTUBE videos. Enjoy watching twitch vods and youtube videos by preventing spoilers…
Τι είναι το Twitch && Youtube spoiler-free;
Το Twitch && Youtube spoiler-free είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Adrián Arbizu, και η κύρια λειτουργία του είναι "No more spoilers watching TWITCH VODS and YOUTUBE videos. Enjoy watching twitch vods and youtube videos by preventing spoilers…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Twitch && Youtube spoiler-free
Λήψη αρχείων επέκτασης Twitch && Youtube spoiler-free σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
No more spoilers watching TWITCH VODS and YOUTUBE videos.
Enjoy watching twitch vods and youtube videos by preventing spoilers ruining the experience of matches or tournaments.
Twitch, features:
- Hide timebar
- Hide video duration.
- Hide related videos thumbnails images and timestamps
- Added new video controls, navigate quick and easy with them avoiding spoilers!
NOTE: If thumbnails are showing at https://twitch.tv/[channel]/videos press F5 to refresh
Youtube features:
- Hide timebar
- Hide video duration.
- Hide related videos thumbnails images
- Added new video controls, navigate quick and easy with them avoiding spoilers!
Easy configuration with extension's popup menu
Share your experience at the Chrome Store and rate Twitch Vod Spoiler Free extension
Extension made by Adrián Arbizu Donoso (Spain).
Framework used: Angular 12. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | knllbjmieejiihihaecdhamhcfadaadc |
| Επίσημο URL | https://chromewebstore.google.com/detail/twitch-youtube-spoiler-fr/knllbjmieejiihihaecdhamhcfadaadc |
| Περιγραφή | No more spoilers watching TWITCH VODS and YOUTUBE videos. Enjoy watching twitch vods and youtube videos by preventing spoilers… |
| Μέγεθος Αρχείου | 242 KB |
| Αριθμός Εγκαταστάσεων | 465 |
| Τρέχουσα Έκδοση | 1.6.0 |
| Τελευταία Ενημέρωση | 2021-08-12 |
| Ημερομηνία Δημοσίευσης | 2020-07-05 |
| Αξιολόγηση | 4.83/5 Συνολικά 6 Αξιολογήσεις |
| Προγραμματιστής | Adrián Arbizu |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"manifest_version": 3,
"name": "Twitch && Youtube spoiler-free",
"version": "1.6.0",
"background": {
"service_worker": "service-worker.js"
},
"action": {
"default_title": "Hide Spoilers!",
"default_popup": "index.html#\/popup"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"js\/youtube-js.js"
],
"run_at": "document_end"
},
{
"matches": [
"https:\/\/www.twitch.tv\/*"
],
"js": [
"js\/twitch-js.js"
],
"run_at": "document_end"
}
],
"icons": {
"128": "assets\/iconSpoilerFree.png"
},
"permissions": [
"storage",
"tabs"
],
"web_accessible_resources": [
{
"resources": [
"js\/twitch-remove-duration-end.js"
],
"matches": [
"https:\/\/www.twitch.tv\/*"
]
}
],
"short_name": "TWVODFREE",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
} | |