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 |
公式URL | 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 |
Eメール | [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 } |