DFP - Daj Fullscreen Piči
Táto fičúra Vám pomože dat na fullscreen aj to čo by ísť nemalo
DFP - Daj Fullscreen Piči란 무엇입니까?
DFP - Daj Fullscreen Piči은(는) Oliver에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Táto fičúra Vám pomože dat na fullscreen aj to čo by ísť nemalo"입니다.
확장 프로그램 스크린샷
DFP - Daj Fullscreen Piči 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension helps bringing the first Video-element on a website to fullscreen even if the website videoplayer has this option hidden. Finds video and makes it fullscreen.
확장 프로그램 기본 정보
이름 | DFP - Daj Fullscreen Piči |
ID | dmpckfekofghjeophciflagkhgkekdje |
공식 URL | https://chromewebstore.google.com/detail/dfp-daj-fullscreen-pi%C4%8Di/dmpckfekofghjeophciflagkhgkekdje |
설명 | Táto fičúra Vám pomože dat na fullscreen aj to čo by ísť nemalo |
파일 크기 | 4.27 KB |
설치 횟수 | 37 |
현재 버전 | 1.0 |
최근 업데이트 | 2021-02-24 |
출시 날짜 | 2021-02-23 |
개발자 | Oliver |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | sk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DFP - Daj Fullscreen Pi\u010di", "description": "T\u00e1to fi\u010d\u00fara V\u00e1m pomo\u017ee dat na fullscreen aj to \u010do by \u00eds\u0165 nemalo", "version": "1.0", "background": { "scripts": [ "runScript.js" ] }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab" ] } |