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.
什麼是SmartVid - Netflix, Amazon, YouTube autopause?
SmartVid - Netflix, Amazon, YouTube autopause是由Shubham Bassi開發的Chrome擴展程式,該擴展的主要功能是“Automatically pauses videos on YouTube, PrimeVideo, and Netflix when you switch to another tab and resumes when you switch back.”。
擴展截圖
下載SmartVid - Netflix, Amazon, YouTube autopause擴展crx文件
下載SmartVid - Netflix, Amazon, YouTube autopause擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | hhgnmllddghdmpmnbdpkcmahegbdclnl |
官方網址 | https://chromewebstore.google.com/detail/smartvid-netflix-amazon-y/hhgnmllddghdmpmnbdpkcmahegbdclnl |
簡介 | Automatically pauses videos on YouTube, PrimeVideo, and Netflix when you switch to another tab and resumes when you switch back. |
檔案大小 | 17.61 KB |
安裝次數 | 24 |
目前版本 | 2.0.0 |
更新時間 | 2020-09-29 |
上架時間 | 2020-09-04 |
評分 | 5.00/5 共 2 次評分 |
開發者 | Shubham Bassi |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/izedamo/SmartVideo |
說明頁面URL | https://github.com/izedamo/SmartVideo/issues |
支援的語言 | 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 } |