Stop Youtube Autoplay
Stop Youtube Autoplay feature for Watch Later videos
Wat is Stop Youtube Autoplay?
Stop Youtube Autoplay is een Chrome-extensie ontwikkeld door memorizer.eecs, en de belangrijkste functie is "Stop Youtube Autoplay feature for Watch Later videos".
Extensie Screenshots
Download het CRX-bestand van de extensie Stop Youtube Autoplay
Download Stop Youtube Autoplay-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Extension to stop Youtube autoplay, specifically for your Watch Later list.
- Since Youtube doesn't let the user disable autoplay for the Watch Later playlist, this extension will automatically prevent the autoplaying of the next video in your Watch Later playlist.
*Note:
- currently only works for Watch Later list
- currently only works if the selected video is opened in a new tab Basisinformatie over de Extensie
| Naam | |
| ID | igfflabimklppabjlnhhpmjmjmnbgcfl |
| Officiële URL | https://chromewebstore.google.com/detail/stop-youtube-autoplay/igfflabimklppabjlnhhpmjmjmnbgcfl |
| Beschrijving | Stop Youtube Autoplay feature for Watch Later videos |
| Bestandsgrootte | 29.79 KB |
| Aantal Installaties | 108 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2022-02-25 |
| Publicatiedatum | 2022-02-25 |
| Beoordeling | 1.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | memorizer.eecs |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Stop Youtube Autoplay",
"description": "Stop Youtube Autoplay feature for Watch Later videos",
"version": "1.0",
"permissions": [
"webNavigation"
],
"background": {
"service_worker": "js\/background.js"
},
"icons": {
"128": "images\/icon.png"
},
"action": {
"default_title": "Stop Youtube Autoplay",
"default_popup": "popup.html",
"default_icon": {
"128": "images\/icon.png"
}
}
} | |