Futbolecuador.com
Notificaciones sobre noticias en Futbolecuador.com
What is Futbolecuador.com?
Futbolecuador.com is a Chrome extension developed by http://www.futbolecuador.com, and its main feature is "Notificaciones sobre noticias en Futbolecuador.com".
Extension Screenshots
Download Futbolecuador.com Extension CRX File
Download Futbolecuador.com 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
Mejoras en la implementación de Notificaciones.
Extension Basic Information
Name | |
ID | cjkoikfgconobaeikllfnkpnjihcfnil |
Official URL | https://chrome.google.com/webstore/detail/futbolecuadorcom/cjkoikfgconobaeikllfnkpnjihcfnil |
Description | Notificaciones sobre noticias en Futbolecuador.com |
File Size | 129 KB |
Installation Count | 116 |
Current Version | 3.0.1 |
Last Updated | 2015-06-23 |
Publish Date | 2015-06-23 |
Rating | 4.63/5 Total 8 Ratings |
Developer | http://www.futbolecuador.com |
Payment Type | free |
Supported Languages | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Futbolecuador.com", "version": "3.0.1", "manifest_version": 2, "description": "Notificaciones sobre noticias en Futbolecuador.com", "icons": { "128": "icon\/icon128.png", "48": "icon\/icon48.png", "16": "icon\/icon16.png" }, "permissions": [ "gcm", "storage", "notifications", "http:\/\/*\/*", "https:\/\/*\/*", "activeTab" ], "background": { "scripts": [ "jquery-1.10.1.js", "pushwoosh.js", "background.js", "register.js" ] }, "browser_action": { "name": "Manipulate DOM", "icons": [ "icon\/icon16.png" ], "default_icon": "icon\/icon16.png" }, "content_scripts": [ { "js": [ "jquery-1.10.1.js", "pushwoosh.js", "background.js", "register.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "web_accessible_resources": [ "https:\/\/www.futbolecuador.com\/imagenes\/images\/*" ], "externally_connectable": { "matches": [ "*:\/\/*.futbolecuador.com\/*" ] } } |