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.
Apa itu SmartVid - Netflix, Amazon, YouTube autopause?
SmartVid - Netflix, Amazon, YouTube autopause adalah ekstensi Chrome yang dikembangkan oleh Shubham Bassi, dan fitur utamanya adalah "Automatically pauses videos on YouTube, PrimeVideo, and Netflix when you switch to another tab and resumes when you switch back.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi SmartVid - Netflix, Amazon, YouTube autopause
Unduh file ekstensi SmartVid - Netflix, Amazon, YouTube autopause dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | hhgnmllddghdmpmnbdpkcmahegbdclnl |
URL Resmi | https://chromewebstore.google.com/detail/smartvid-netflix-amazon-y/hhgnmllddghdmpmnbdpkcmahegbdclnl |
Deskripsi | Automatically pauses videos on YouTube, PrimeVideo, and Netflix when you switch to another tab and resumes when you switch back. |
Ukuran File | 17.61 KB |
Jumlah Instalasi | 24 |
Versi Saat Ini | 2.0.0 |
Terakhir Diperbarui | 2020-09-29 |
Tanggal Publikasi | 2020-09-04 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Shubham Bassi |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/izedamo/SmartVideo |
URL Halaman Bantuan | https://github.com/izedamo/SmartVideo/issues |
Bahasa yang Didukung | 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 } |