DFP - Daj Fullscreen Piči
Táto fičúra Vám pomože dat na fullscreen aj to čo by ísť nemalo
Cos'è DFP - Daj Fullscreen Piči?
DFP - Daj Fullscreen Piči è un'estensione di Chrome sviluppata da Oliver, e la sua funzione principale è "Táto fičúra Vám pomože dat na fullscreen aj to čo by ísť nemalo".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DFP - Daj Fullscreen Piči
Scarica i file di estensione DFP - Daj Fullscreen Piči in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | dmpckfekofghjeophciflagkhgkekdje |
| URL Ufficiale | https://chromewebstore.google.com/detail/dfp-daj-fullscreen-pi%C4%8Di/dmpckfekofghjeophciflagkhgkekdje |
| Descrizione | Táto fičúra Vám pomože dat na fullscreen aj to čo by ísť nemalo |
| Dimensione del File | 4.27 KB |
| Conteggio Installazioni | 37 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2021-02-24 |
| Data di Pubblicazione | 2021-02-23 |
| Sviluppatore | Oliver |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |