SmartVid - Netflix, Amazon, YouTube autopause
Automatically pauses videos on YouTube, PrimeVideo, and Netflix when you switch to another tab and resumes when you switch back.
Wat is SmartVid - Netflix, Amazon, YouTube autopause?
SmartVid - Netflix, Amazon, YouTube autopause is een Chrome-extensie ontwikkeld door Shubham Bassi, en de belangrijkste functie is "Automatically pauses videos on YouTube, PrimeVideo, and Netflix when you switch to another tab and resumes when you switch back.".
Extensie Screenshots
Download het CRX-bestand van de extensie SmartVid - Netflix, Amazon, YouTube autopause
Download SmartVid - Netflix, Amazon, YouTube autopause-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
This extension checks and automatically pauses the videos playing on Netflix, YouTube and PrimeVideo websites when you switch to another tab. When you switch back to any of the paused tabs, the video will resume from where you left off.
Basisinformatie over de Extensie
Naam | |
ID | hhgnmllddghdmpmnbdpkcmahegbdclnl |
Officiële URL | https://chromewebstore.google.com/detail/smartvid-netflix-amazon-y/hhgnmllddghdmpmnbdpkcmahegbdclnl |
Beschrijving | Automatically pauses videos on YouTube, PrimeVideo, and Netflix when you switch to another tab and resumes when you switch back. |
Bestandsgrootte | 17.61 KB |
Aantal Installaties | 24 |
Huidige Versie | 2.0.0 |
Laatst Bijgewerkt | 2020-09-29 |
Publicatiedatum | 2020-09-04 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Shubham Bassi |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/izedamo/SmartVideo |
Help Pagina-URL | https://github.com/izedamo/SmartVideo/issues |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SmartVid - Netflix, Amazon, YouTube autopause", "version": "2.0.0", "description": "Automatically pauses videos on YouTube, PrimeVideo, and Netflix when you switch to another tab and resumes when you switch back.", "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.primevideo.com\/*", "https:\/\/*.youtube.com\/*", "https:\/\/*.netflix.com\/*" ], "js": [ "scripts\/content-script.js" ] } ], "icons": { "16": "icons\/SmartVideo16.png", "32": "icons\/SmartVideo32.png", "48": "icons\/SmartVideo48.png", "128": "icons\/SmartVideo128.png" }, "manifest_version": 2 } |