floatplane-cinema-mode
Increase video player size on floatplane.com similar to YouTube cinema mode. All this is doing currently is increasing the…
floatplane-cinema-modeとは何ですか?
floatplane-cinema-modeはboz.blackによって開発されたChromeの拡張機能で、その主な機能は「Increase video player size on floatplane.com similar to YouTube cinema mode. All this is doing currently is increasing the…」です。
拡張機能のスクリーンショット
floatplane-cinema-mode拡張機能のCRXファイルをダウンロード
floatplane-cinema-mode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Increase video player size on floatplane.com similar to YouTube cinema mode. All this is doing currently is increasing the max-width of the video player container to 1920px so that 1080p video is displayed at full resolution. Preference is stored in local storage. I may update this to also apply a semi-opaque layer to the rest of the page for a more immersive viewing experience.
拡張機能の基本情報
名前 | floatplane-cinema-mode |
ID | illocnfoncohhonnhlpdjafenjndaclo |
公式URL | https://chromewebstore.google.com/detail/floatplane-cinema-mode/illocnfoncohhonnhlpdjafenjndaclo |
説明 | Increase video player size on floatplane.com similar to YouTube cinema mode. All this is doing currently is increasing the… |
ファイルサイズ | 27.89 KB |
インストール数 | 30 |
現在のバージョン | 0.2 |
最終更新日 | 2019-10-08 |
公開日 | 2019-10-08 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | boz.black |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/mr-black-8/floatplane-cinema-mode |
ヘルプページのURL | https://github.com/mr-black-8/floatplane-cinema-mode |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "floatplane-cinema-mode", "version": "0.2", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "http:\/\/www.floatplane.com\/*", "https:\/\/www.floatplane.com\/*" ], "css": [ "fpcm-style.css" ], "js": [ "jquery.js", "content.js" ] } ] } |