Hartico Flash Enabler
Activa automáticamente el plugin Adobe Flash para Hartico
Wat is Hartico Flash Enabler?
Hartico Flash Enabler is een Chrome-extensie ontwikkeld door https://hartico.com, en de belangrijkste functie is "Activa automáticamente el plugin Adobe Flash para Hartico".
Extensie Screenshots
Download het CRX-bestand van de extensie Hartico Flash Enabler
Download Hartico Flash Enabler-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
Con esta extensión, olvídate de tener que estar dando permisos para activar Adobe Flash Player cada vez que entras a Hartico. ¡Lo hace todo automáticamente! Basisinformatie over de Extensie
| Naam | |
| ID | iiokblnaglmiafdbegeffodnjoobagml |
| Officiële URL | https://chromewebstore.google.com/detail/hartico-flash-enabler/iiokblnaglmiafdbegeffodnjoobagml |
| Beschrijving | Activa automáticamente el plugin Adobe Flash para Hartico |
| Bestandsgrootte | 66.48 KB |
| Aantal Installaties | 2,093 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2020-03-10 |
| Publicatiedatum | 2020-03-10 |
| Beoordeling | 3.40/5 Totaal 10 Beoordelingen |
| Ontwikkelaar | https://hartico.com |
| Betalingswijze | free |
| Ondersteunde Talen | es |
| manifest.json | |
{
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "images\/icon-196.png",
"default_popup": "index.html",
"default_title": "Hartico Flash Enabler"
},
"description": "Activa autom\u00e1ticamente el plugin Adobe Flash para Hartico",
"homepage_url": "https:\/\/www.hartico.com",
"icons": {
"128": "images\/icon-128.png",
"16": "images\/icon-16.png",
"196": "images\/icon-196.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png"
},
"manifest_version": 2,
"minimum_chrome_version": "69",
"name": "Hartico Flash Enabler",
"permissions": [
"contentSettings"
],
"short_name": "HarticoFlashEnabler",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.1"
} | |