KekoDM Flash Enabler
Activa Flash Player automáticamente en KekoDM
What is KekoDM Flash Enabler?
KekoDM Flash Enabler is a Chrome extension developed by KEKODM.COM, and its main feature is "Activa Flash Player automáticamente en KekoDM".
Extension Screenshots
Download KekoDM Flash Enabler Extension CRX File
Download KekoDM 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
Extension que activa Flash automáticamente al acceder a KekoDM.COM
Extension Basic Information
Name | |
ID | haonlhpkofghdjedjghfbdmaplieadon |
Official URL | https://chrome.google.com/webstore/detail/kekodm-flash-enabler/haonlhpkofghdjedjghfbdmaplieadon |
Description | Activa Flash Player automáticamente en KekoDM |
File Size | 16.85 KB |
Installation Count | 212 |
Current Version | 0.0.1 |
Last Updated | 2020-04-10 |
Publish Date | 2020-04-10 |
Developer | KEKODM.COM |
Payment Type | free |
Extension Website | https://www.kekodm.com |
Supported Languages | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "KekoDM Flash Enabler", "description": "Activa Flash Player autom\u00e1ticamente en KekoDM", "version": "0.0.1", "homepage_url": "https:\/\/www.kekodm.com", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/128x128.png" }, "icons": { "16": "images\/16x16.png", "32": "images\/32x32.png", "48": "images\/48x48.png", "128": "images\/128x128.png" }, "permissions": [ "contentSettings" ] } |