HabboUniversity Flash Enabler

Activa automáticamente el plugin Adobe Flash para HabboUniversity

Co to jest HabboUniversity Flash Enabler?

HabboUniversity Flash Enabler to rozszerzenie Chrome opracowane przez https://habbouniversity.com, a jego główną funkcją jest „Activa automáticamente el plugin Adobe Flash para HabboUniversity”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia HabboUniversity Flash Enabler

Pobierz pliki rozszerzeń HabboUniversity Flash Enabler 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 plugin Adobe Flash para HabboUniversity
Con esta extensión, olvídate de tener que estar dando permisos para activar Adobe Flash Player cada vez que entras a HabboUniversity. ¡Lo hace todo automáticamente!                    

Podstawowe informacje o rozszerzeniu

Nazwa HabboUniversity Flash Enabler HabboUniversity Flash Enabler
ID bknchehbdcammbglphmfbobniefdjeha
Oficjalny URL https://chromewebstore.google.com/detail/habbouniversity-flash-ena/bknchehbdcammbglphmfbobniefdjeha
Opis Activa automáticamente el plugin Adobe Flash para HabboUniversity
Rozmiar pliku 86.78 KB
Liczba instalacji 94
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2020-04-21
Data Publikacji 2020-04-20
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://habbouniversity.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://habbouniversity.com
Adres URL Strony Pomocy https://habbouniversity.com
Adres URL Strony Polityki Prywatności https://habbouniversity.com/privacidad.php
Obsługiwane Języki es-419
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon-196.png",
        "default_popup": "index.html",
        "default_title": "HabboUniversity Flash Enabler"
    },
    "description": "Activa autom\u00e1ticamente el plugin Adobe Flash para HabboUniversity",
    "homepage_url": "https:\/\/habbouniversity.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": "HabboUniversity Flash Enabler",
    "permissions": [
        "contentSettings"
    ],
    "short_name": "HabboUniversityFlashEnabler",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3"
}