Hixeland Adobe Flash Player Automático

Activa automáticamente el flash player de tu navegador cada vez que entres al hotel.

Co to jest Hixeland Adobe Flash Player Automático?

Hixeland Adobe Flash Player Automático to rozszerzenie Chrome opracowane przez jabbuxprincipal, a jego główną funkcją jest „Activa automáticamente el flash player de tu navegador cada vez que entres al hotel.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Hixeland Adobe Flash Player Automático

Pobierz pliki rozszerzeń Hixeland Adobe Flash Player Automático w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Activa automáticamente el flash player de tu navegador cada vez que entres al hotel.                    

Podstawowe informacje o rozszerzeniu

Nazwa Hixeland Adobe Flash Player Automático Hixeland Adobe Flash Player Automático
ID mfcbjdmmemjdjiapobhncpehjmbhggeo
Oficjalny URL https://chrome.google.com/webstore/detail/hixeland-adobe-flash-play/mfcbjdmmemjdjiapobhncpehjmbhggeo
Opis Activa automáticamente el flash player de tu navegador cada vez que entres al hotel.
Rozmiar pliku 33.34 KB
Liczba instalacji 28
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2020-09-22
Data Publikacji 2020-09-22
Deweloper jabbuxprincipal
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://hixeland.es/
Obsługiwane Języki es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hixeland Adobe Flash Player Autom\u00e1tico",
    "version": "1.0.2",
    "description": "Activa autom\u00e1ticamente el flash player de tu navegador cada vez que entres al hotel.",
    "permissions": [
        "contentSettings"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "icons": {
        "512": "images\/icon-512x512.png",
        "384": "images\/icon-384x384.png",
        "192": "images\/icon-192x192.png",
        "152": "images\/icon-152x152.png",
        "144": "images\/icon-144x144.png",
        "128": "images\/icon-128x128.png",
        "96": "images\/icon-96x96.png",
        "72": "images\/icon-72x72.png"
    },
    "browser_action": {
        "default_icon": "images\/icon-96x96.png"
    }
}