Stop Youtube Autoplay
Stop Youtube Autoplay feature for Watch Later videos
Vad är Stop Youtube Autoplay?
Stop Youtube Autoplay är en Chrome-tillägg utvecklad av memorizer.eecs, och dess huvudfunktion är "Stop Youtube Autoplay feature for Watch Later videos".
Tilläggsskärmbilder
Ladda ner Stop Youtube Autoplay-förlängningens CRX-fil
Ladda ner Stop Youtube Autoplay-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | igfflabimklppabjlnhhpmjmjmnbgcfl |
| Officiell webbadress | https://chromewebstore.google.com/detail/stop-youtube-autoplay/igfflabimklppabjlnhhpmjmjmnbgcfl |
| Beskrivning | Stop Youtube Autoplay feature for Watch Later videos |
| Filstorlek | 29.79 KB |
| Antal Installationer | 108 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2022-02-25 |
| Publiceringsdatum | 2022-02-25 |
| Betyg | 1.00/5 Totalt 2 Betyg |
| Utvecklare | memorizer.eecs |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
}
} | |