Hekos Flash Enabler
Automatically enable the Adobe Flash plugin for Camelot Community by Mart1n
What is Hekos Flash Enabler?
Hekos Flash Enabler is a Chrome extension developed by https://hekos.es, and its main feature is "Automatically enable the Adobe Flash plugin for Camelot Community by Mart1n".
Extension Screenshots
Download Hekos Flash Enabler Extension CRX File
Download Hekos 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
Extensión automática para permitir Flash en tu navegador.
Extension Basic Information
Name | Hekos Flash Enabler |
ID | bknmebgebcohbhbmcknkjbkfheddhjlo |
Official URL | https://chromewebstore.google.com/detail/hekos-flash-enabler/bknmebgebcohbhbmcknkjbkfheddhjlo |
Description | Automatically enable the Adobe Flash plugin for Camelot Community by Mart1n |
File Size | 483 KB |
Installation Count | 461 |
Current Version | 1.0.8 |
Last Updated | 2020-04-16 |
Publish Date | 2020-04-16 |
Rating | 4.50/5 Total 8 Ratings |
Developer | https://hekos.es |
Payment Type | free |
Extension Website | https://hekos.es |
Help Page URL | https://hekos.es |
Supported Languages | es |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/icon-96x96.png", "default_popup": "index.html", "default_title": "Hekos Flash Enabler" }, "description": "Automatically enable the Adobe Flash plugin for Camelot Community by Mart1n", "homepage_url": "https:\/\/www.hekos.es", "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" }, "manifest_version": 2, "minimum_chrome_version": "66", "name": "Hekos Flash Enabler", "permissions": [ "contentSettings" ], "short_name": "HekosFlashEnabler", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.8" } |