Futbolecuador.com
Notificaciones sobre noticias en Futbolecuador.com
Futbolecuador.com क्या है?
Futbolecuador.com http://www.futbolecuador.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Notificaciones sobre noticias en Futbolecuador.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Futbolecuador.com एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Mejoras en la implementación de Notificaciones.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | cjkoikfgconobaeikllfnkpnjihcfnil |
आधिकारिक URL | https://chrome.google.com/webstore/detail/futbolecuadorcom/cjkoikfgconobaeikllfnkpnjihcfnil |
विवरण | Notificaciones sobre noticias en Futbolecuador.com |
फ़ाइल का आकार | 129 KB |
स्थापना संख्या | 116 |
वर्तमान संस्करण | 3.0.1 |
अंतिम अपडेट | 2015-06-23 |
प्रकाशन तिथि | 2015-06-23 |
रेटिंग | 4.63/5 कुल 8 रेटिंग्स |
डेवलपर | http://www.futbolecuador.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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\/*" ] } } |