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.
Vad är No AutoPlay?
No AutoPlay är en Chrome-tillägg utvecklad av jccovey, och dess huvudfunktion är "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.".
Ladda ner No AutoPlay-förlängningens CRX-fil
Ladda ner No 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
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.
Grundläggande Information om Tillägg
Namn | No AutoPlay |
ID | kpcjcnadodbmcfhkknekeofhidnkjeii |
Officiell webbadress | https://chromewebstore.google.com/detail/no-autoplay/kpcjcnadodbmcfhkknekeofhidnkjeii |
Beskrivning | 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. |
Filstorlek | 4.07 KB |
Antal Installationer | 116 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2017-12-06 |
Publiceringsdatum | 2017-12-06 |
Betyg | 3.00/5 Totalt 7 Betyg |
Utvecklare | jccovey |
Betalningssätt | free |
Stödda Språk | 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 } |