Adol Monitor rozšíření
Adol Monitor rozšíření, adol.cz
Wat is Adol Monitor rozšíření?
Adol Monitor rozšíření is een Chrome-extensie ontwikkeld door https://www.adol.cz, en de belangrijkste functie is "Adol Monitor rozšíření, adol.cz".
Extensie Screenshots
Download het CRX-bestand van de extensie Adol Monitor rozšíření
Download Adol Monitor rozšíření-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Rozšíření podporující webovou aplikaci Adol. Přináší rychlejší přístup k některým funkcím a rozšiřuje možnosti webové aplikace. Basisinformatie over de Extensie
| Naam | |
| ID | dlpakkomglieachdogeghhlddhcoiedh |
| Officiële URL | https://chromewebstore.google.com/detail/adol-monitor-roz%C5%A1%C3%AD%C5%99en%C3%AD/dlpakkomglieachdogeghhlddhcoiedh |
| Beschrijving | Adol Monitor rozšíření, adol.cz |
| Bestandsgrootte | 96.06 KB |
| Aantal Installaties | 1,275 |
| Huidige Versie | 2.0.2 |
| Laatst Bijgewerkt | 2021-05-27 |
| Publicatiedatum | 2017-10-23 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://www.adol.cz |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.adol.cz |
| Ondersteunde Talen | cs |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Adol Monitor roz\u0161\u00ed\u0159en\u00ed",
"version": "2.0.2",
"description": "Adol Monitor roz\u0161\u00ed\u0159en\u00ed, adol.cz",
"icons": {
"16": "images\/icon_16_trans.png",
"32": "images\/icon_32_trans.png",
"48": "images\/icon_48_trans.png",
"76": "images\/icon_76_trans.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.adol.cz\/*",
"*:\/\/*.monitordrazeb.cz\/*"
],
"js": [
"injector.js"
]
}
],
"background": {
"scripts": [
"logger.min.js",
"config.js",
"executor.js",
"background.js"
]
},
"browser_action": {
"default_icon": "images\/icon_48_trans.png",
"default_title": "Adol Monitor",
"default_popup": "popup_action\/index.html"
},
"permissions": [
"cookies",
"background",
"*:\/\/*.cuzk.cz\/*",
"*:\/\/*.adol.cz\/*",
"*:\/\/*.monitordrazeb.cz\/*"
]
} | |