Video Playback Speed (2x-4x-16x)
Base Level Extension
Video Playback Speed (2x-4x-16x)とは何ですか?
Video Playback Speed (2x-4x-16x)はÖzkan Arslanによって開発されたChromeの拡張機能で、その主な機能は「Base Level Extension」です。
拡張機能のスクリーンショット
Video Playback Speed (2x-4x-16x)拡張機能のCRXファイルをダウンロード
Video Playback Speed (2x-4x-16x)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a simple playback speed control tool. You can set speed easily. It will take new control mechanism soon
拡張機能の基本情報
名前 | Video Playback Speed (2x-4x-16x) |
ID | lakkbciakcddnjmpenppddehppgjmdno |
公式URL | https://chromewebstore.google.com/detail/video-playback-speed-2x-4/lakkbciakcddnjmpenppddehppgjmdno |
説明 | Base Level Extension |
ファイルサイズ | 60.1 KB |
インストール数 | 2,000 |
現在のバージョン | 1.0 |
最終更新日 | 2021-04-11 |
公開日 | 2021-04-11 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Özkan Arslan |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video Playback Speed (2x-4x-16x)", "description": "Base Level Extension", "version": "1.0", "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "default_icon": "multimedia.png" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Opens_hello.html" } } } |