Kubbo Flash Enabler
Activa Flash Player Automáticamente en Kubbo
What is Kubbo Flash Enabler?
Kubbo Flash Enabler is a Chrome extension developed by https://kubbo.us, and its main feature is "Activa Flash Player Automáticamente en Kubbo".
Extension Screenshots
Download Kubbo Flash Enabler Extension CRX File
Download Kubbo 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
Olvídate de activar Adobe Flash Player cada vez que ingreses al Kubbo, ahora todo es mucho más fácil, sencillo y practico. Accede a tu comunidad favorita sin tener que activar Flash Player o instalar extensiones individuales. Nosotros te brindamos una única extensión para que puedas ingresar a Kubbos cuando deseas.
Extension Basic Information
Name | Kubbo Flash Enabler |
ID | ihbmfpnmlhologlhoakkickmgebnheab |
Official URL | https://chromewebstore.google.com/detail/kubbo-flash-enabler/ihbmfpnmlhologlhoakkickmgebnheab |
Description | Activa Flash Player Automáticamente en Kubbo |
File Size | 310 KB |
Installation Count | 445 |
Current Version | 2.5 |
Last Updated | 2020-07-11 |
Publish Date | 2020-05-30 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://kubbo.us |
[email protected] | |
Payment Type | free |
Extension Website | https://kubbo.city |
Help Page URL | https://kubbo.city |
Supported Languages | es-419 |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/icon-16.png", "default_popup": "index.html", "default_title": "Kubbo Flash Enabler" }, "description": "Activa Flash Player Autom\u00e1ticamente en Kubbo", "homepage_url": "https:\/\/kubbo.city", "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": "66", "name": "Kubbo Flash Enabler", "permissions": [ "contentSettings" ], "short_name": "KubboMassiveFlashEnabler", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.5" } |