Atlanta Flash Enabler
Automatically enable the Adobe Flash plugin for Atlanta Community
Was ist Atlanta Flash Enabler?
Atlanta Flash Enabler ist eine Chrome-Erweiterung, die von Atlanta entwickelt wurde, und ihr Hauptmerkmal ist "Automatically enable the Adobe Flash plugin for Atlanta Community".
Erweiterungsscreenshots
Atlanta Flash Enabler-Erweiterungs-CRX-Datei herunterladen
Laden Sie Atlanta Flash Enabler-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Esta extensión configurará automáticamente los permisos de Flash para 'permitir' para los sitios Atlanta Community
Grundlegende Informationen zur Erweiterung
Name | Atlanta Flash Enabler |
ID | mhnpkmeebbfbkfngldjjcfihmpimibjd |
Offizielle URL | https://chromewebstore.google.com/detail/atlanta-flash-enabler/mhnpkmeebbfbkfngldjjcfihmpimibjd |
Beschreibung | Automatically enable the Adobe Flash plugin for Atlanta Community |
Dateigröße | 28.33 KB |
Installationsanzahl | 9,173 |
Aktuelle Version | 1.3.1 |
Letztes Update | 2020-02-17 |
Veröffentlichungsdatum | 2020-02-17 |
Bewertung | 3.50/5 Insgesamt 4 Bewertungen |
Entwickler | Atlanta |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |