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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } } |