OrbitFenix Flash Enabler
Activa automáticamente el plugin Adobe Flash para OrbitFenix
What is OrbitFenix Flash Enabler?
OrbitFenix Flash Enabler is a Chrome extension developed by https://orbitfenix.es, and its main feature is "Activa automáticamente el plugin Adobe Flash para OrbitFenix".
Extension Screenshots
Download OrbitFenix Flash Enabler Extension CRX File
Download OrbitFenix Flash Enabler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Activa automáticamente el plugin Adobe Flash para OrbitFenix Activa automáticamente el plugin Adobe Flash para OrbitFenix Con esta extensión, olvídate de tener que estar dando permisos para activar Adobe Flash Player cada vez que entras a OrbitFenix. ¡Lo hace todo automáticamente! y mejora la jugabilidad. Automatically activates the Adobe Flash plugin for OrbitFenix Automatically activates the Adobe Flash plugin for OrbitFenix With this extension, forget about having to give permissions to activate Adobe Flash Player every time you enter OrbitFenix. It does everything automatically! and improves gameplay.
Extension Basic Information
Name | OrbitFenix Flash Enabler |
ID | papmlhcjaocmpfoiidecejpbimenohgj |
Official URL | https://chromewebstore.google.com/detail/orbitfenix-flash-enabler/papmlhcjaocmpfoiidecejpbimenohgj |
Description | Activa automáticamente el plugin Adobe Flash para OrbitFenix |
File Size | 528 KB |
Installation Count | 162 |
Current Version | 1.1.0 |
Last Updated | 2020-08-28 |
Publish Date | 2020-08-24 |
Developer | https://orbitfenix.es |
[email protected] | |
Payment Type | free |
Extension Website | http://orbitfenix.es |
Help Page URL | http://orbitfenix.es |
Supported Languages | es |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/icon-196.png", "default_popup": "index.html", "default_title": "OrbitFenix Flash Enabler" }, "description": "Activa autom\u00e1ticamente el plugin Adobe Flash para OrbitFenix", "homepage_url": "http:\/\/orbitfenix.es\/", "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": "OrbitFenix Flash Enabler", "permissions": [ "contentSettings" ], "short_name": "OrbitFenixFlashEnabler", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.0" } |