Nextvid Stopper for YouTube™
This extension stops YouTube™ playlists from going to the next video automatically by toggling autoplay to 'off'.
Τι είναι το Nextvid Stopper for YouTube™;
Το Nextvid Stopper for YouTube™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jenna R, και η κύρια λειτουργία του είναι "This extension stops YouTube™ playlists from going to the next video automatically by toggling autoplay to 'off'.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Nextvid Stopper for YouTube™
Λήψη αρχείων επέκτασης Nextvid Stopper for YouTube™ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Nextvid Stopper for YouTube™ is a lightweight extension that stops playlists from automatically going to the next video by toggling the autoplay button to 'off' every time you visit a playlist. You can quickly disable Nextvid Stopper for YouTube™ by clicking on the icon in the address bar. If you want it to continue stopping autoplay, just click the icon again to enable it. This extension won't stop autoplay for embedded YouTube™ playlists on other websites. YouTube™ is a trademark of Google Inc. Use of this trademark is subject to Google Permissions. Nextvid Stopper for YouTube™ is NOT an official extension from YouTube™.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | lhgkhlpecokabjdphcgfakhegiacmoca |
Επίσημο URL | https://chrome.google.com/webstore/detail/nextvid-stopper-for-youtu/lhgkhlpecokabjdphcgfakhegiacmoca |
Περιγραφή | This extension stops YouTube™ playlists from going to the next video automatically by toggling autoplay to 'off'. |
Μέγεθος Αρχείου | 33.66 KB |
Αριθμός Εγκαταστάσεων | 4,000 |
Τρέχουσα Έκδοση | 1.8 |
Τελευταία Ενημέρωση | 2018-02-11 |
Ημερομηνία Δημοσίευσης | 2018-02-11 |
Αξιολόγηση | 3.86/5 Συνολικά 178 Αξιολογήσεις |
Προγραμματιστής | Jenna R |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nextvid Stopper for YouTube\u2122", "description": "This extension stops YouTube\u2122 playlists from going to the next video automatically by toggling autoplay to 'off'.", "version": "1.8", "background": { "scripts": [ "stop.js" ], "persistent": false }, "icons": { "19": "icon19.png", "38": "icon38.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "page_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "default_title": "Nextvid Stopper for YouTube\u2122 Enabled" }, "options_page": "options.html", "permissions": [ "declarativeContent", "tabs", "*:\/\/*.youtube.com\/", "storage" ] } |