7plus-responsive-video
Make the 7+ video player wide and more responsive
7plus-responsive-videoとは何ですか?
7plus-responsive-videoはglenによって開発されたChromeの拡張機能で、その主な機能は「Make the 7+ video player wide and more responsive」です。
拡張機能のスクリーンショット
7plus-responsive-video拡張機能のCRXファイルをダウンロード
7plus-responsive-video拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Make the 7plus video player more responsive. This allows the video player to take full use of the available space by slightly rearranging the elements on the page.
拡張機能の基本情報
名前 | 7plus-responsive-video |
ID | pegahkchckmpafkgnobgcpcbhdcobijp |
公式URL | https://chromewebstore.google.com/detail/7plus-responsive-video/pegahkchckmpafkgnobgcpcbhdcobijp |
説明 | Make the 7+ video player wide and more responsive |
ファイルサイズ | 3.34 KB |
インストール数 | 50 |
現在のバージョン | 1.0.0 |
最終更新日 | 2021-07-26 |
公開日 | 2021-07-26 |
開発者 | glen |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/GWilts/7plus-responsive-video |
ヘルプページのURL | https://github.com/GWilts/7plus-responsive-video |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "7plus-responsive-video", "version": "1.0.0", "description": "Make the 7+ video player wide and more responsive", "short_name": "Make the 7+ video player responsive", "content_scripts": [ { "matches": [ "https:\/\/7plus.com.au\/*" ], "css": [ "background.css" ] } ] } |