Arte.tv Additional buttons for the Player
Adds a button to display a mini-player and a button for a in-tab fullscreen display
Arte.tv Additional buttons for the Playerとは何ですか?
Arte.tv Additional buttons for the PlayerはVincent Denoualによって開発されたChromeの拡張機能で、その主な機能は「Adds a button to display a mini-player and a button for a in-tab fullscreen display」です。
拡張機能のスクリーンショット
Arte.tv Additional buttons for the Player拡張機能のCRXファイルをダウンロード
Arte.tv Additional buttons for the Player拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds two more buttons to the Arte.tv Player, accessible from https://www.arte.tv. > The first button to display a mini-player, that shows above all other windows hence permits watching TV while carrying out other tasks. > The second button displays the video in fullscreen within the tab, to leave the possibility to change tabs without quitting the fullscreen mode. Both buttons are displayed at the bottom right of the Player, in flashy green. This add-on is independent from Arte.tv. ________ Version 0.0.2: Added localization (EN, FR, DE, IT, ES, PL) Version 0.0.1: First version
拡張機能の基本情報
名前 | |
ID | igfikgghpnhggbmimjppfdillcbnddjf |
公式URL | https://chromewebstore.google.com/detail/artetv-additional-buttons/igfikgghpnhggbmimjppfdillcbnddjf |
説明 | Adds a button to display a mini-player and a button for a in-tab fullscreen display |
ファイルサイズ | 41.14 KB |
インストール数 | 55 |
現在のバージョン | 0.0.2 |
最終更新日 | 2023-11-06 |
公開日 | 2022-01-17 |
開発者 | Vincent Denoual |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://chrome.google.com/webstore/search/vincentdenoual?_category=extensions |
ヘルプページのURL | https://www.linkedin.com/in/vincentdenoual/ |
対応言語 | de,en,fr,es,it,pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "0.0.2", "author": "Vincent Denoual", "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/www.arte.tv\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "action": { "default_icon": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png", "48": "icon48.png" } }, "icons": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png", "48": "icon48.png" } } |