No AutoPlay
Pauses any HTML5 videos that would autoplay. Click to play the video when you want to watch it, not when you open the browser tab.
Wat is No AutoPlay?
No AutoPlay is een Chrome-extensie ontwikkeld door jccovey, en de belangrijkste functie is "Pauses any HTML5 videos that would autoplay. Click to play the video when you want to watch it, not when you open the browser tab.".
Download het CRX-bestand van de extensie No AutoPlay
Download No 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
Limited to YouTube videos. The extension will not prevent HTML5 videos hosted on other websites auto-playing, but for YouTube videos, the extension will pause the video when the page loads.
Basisinformatie over de Extensie
Naam | No AutoPlay |
ID | kpcjcnadodbmcfhkknekeofhidnkjeii |
Officiële URL | https://chromewebstore.google.com/detail/no-autoplay/kpcjcnadodbmcfhkknekeofhidnkjeii |
Beschrijving | Pauses any HTML5 videos that would autoplay. Click to play the video when you want to watch it, not when you open the browser tab. |
Bestandsgrootte | 4.07 KB |
Aantal Installaties | 116 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2017-12-06 |
Publicatiedatum | 2017-12-06 |
Beoordeling | 3.00/5 Totaal 7 Beoordelingen |
Ontwikkelaar | jccovey |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "No AutoPlay", "version": "1.0.0", "description": "Pauses any HTML5 videos that would autoplay. Click to play the video when you want to watch it, not when you open the browser tab.", "permissions": [], "content_scripts": [ { "matches": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*", "http:\/\/*.youtu.be\/*", "https:\/\/*.youtu.be\/*" ], "js": [ "contentscript.js" ], "run_at": "document_idle", "all_frames": false } ], "manifest_version": 2 } |