Video Controls
Re-styling of Prime Video playback controls to be less intrusive.
什麼是Video Controls?
Video Controls是由Justin開發的Chrome擴展程式,該擴展的主要功能是“Re-styling of Prime Video playback controls to be less intrusive.”。
擴展截圖
下載Video Controls擴展crx文件
下載Video Controls擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Automatically re-styles Prime Video playback controls to be less intrusive. Release Notes: v1.0.1 - Added support for American prime video domains
擴展基本資訊
名稱 | Video Controls |
ID | jabennopofjkkeodfgcmpmdcibkjlcol |
官方網址 | https://chromewebstore.google.com/detail/video-controls/jabennopofjkkeodfgcmpmdcibkjlcol |
簡介 | Re-styling of Prime Video playback controls to be less intrusive. |
檔案大小 | 45.28 KB |
安裝次數 | 364 |
目前版本 | 1.1.2 |
更新時間 | 2022-09-25 |
上架時間 | 2019-11-04 |
評分 | 5.00/5 共 14 次評分 |
開發者 | Justin |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video Controls", "version": "1.1.2", "description": "Re-styling of Prime Video playback controls to be less intrusive.", "icons": { "128": "images\/logoIcon.png" }, "content_scripts": [ { "matches": [ "https:\/\/primevideo.com\/*", "https:\/\/www.primevideo.com\/*", "https:\/\/amazon.com\/*", "https:\/\/www.amazon.com\/*" ], "js": [ "dist\/content.js" ] } ], "page_action": { "default_icon": { "128": "images\/logoIcon.png" } }, "permissions": [ "https:\/\/primevideo.com\/" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.cloudflare.com; object-src 'self'", "manifest_version": 2 } |