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文件
下载DFP - Daj Fullscreen Piči扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| 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"
]
} | |