Atlanta Flash Enabler

Automatically enable the Adobe Flash plugin for Atlanta Community

Co to jest Atlanta Flash Enabler?

Atlanta Flash Enabler to rozszerzenie Chrome opracowane przez Atlanta, a jego główną funkcją jest „Automatically enable the Adobe Flash plugin for Atlanta Community”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Atlanta Flash Enabler

Pobierz pliki rozszerzeń Atlanta 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

                        Esta extensión configurará automáticamente los permisos de Flash para 'permitir' para los sitios Atlanta Community                    

Podstawowe informacje o rozszerzeniu

Nazwa Atlanta Flash Enabler Atlanta Flash Enabler
ID mhnpkmeebbfbkfngldjjcfihmpimibjd
Oficjalny URL https://chromewebstore.google.com/detail/atlanta-flash-enabler/mhnpkmeebbfbkfngldjjcfihmpimibjd
Opis Automatically enable the Adobe Flash plugin for Atlanta Community
Rozmiar pliku 28.33 KB
Liczba instalacji 9,173
Aktualna Wersja 1.3.1
Ostatnia Aktualizacja 2020-02-17
Data Publikacji 2020-02-17
Ocena 3.50/5 Łącznie 4 Oceny
Deweloper Atlanta
Typ Płatności free
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": "Atlanta Flash Enabler"
    },
    "description": "Automatically enable the Adobe Flash plugin for Atlanta Community",
    "homepage_url": "https:\/\/haddoz.net",
    "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": "Atlanta Flash Enabler",
    "permissions": [
        "contentSettings"
    ],
    "short_name": "AtlantaFlashEnabler",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.1"
}