Cuenta Tu Noticia
Programas Y Series Peruanos TV
Co to jest Cuenta Tu Noticia?
Cuenta Tu Noticia to rozszerzenie Chrome opracowane przez http://cuentatunoticia.com, a jego główną funkcją jest „Programas Y Series Peruanos TV ”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Cuenta Tu Noticia
Pobierz pliki rozszerzeń Cuenta Tu Noticia w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Disfruta de Programas y Series Peruanas totalmente gratis y sin restricciones. Tenemos una Gran Variedad de Series y Programas Peruanos para que los Puedas ver donde quieras y cuando quieras sin los molestos limites o restricciones de Países, relájate, Busca un Programa para ver y Disfruta. Esta Versión Contiene: - Variedad de Programas. - Buscador de tus series favoritos. - Transmisiones en directo. No Te Olvides de Visita Nuestra Web: http://www.cuentatunoticia.com Cambios Realizados hasta Ahora: Actualización 1.0 (28/07/2016) - Nueva Web, Nuevo Feed, Nuevos Programas! Cualquier Problema o Sugerencia envianos un Mensaje a [email protected]
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | fgkficpipeclbpcmdbolfjembejidjao |
Oficjalny URL | https://chrome.google.com/webstore/detail/cuenta-tu-noticia/fgkficpipeclbpcmdbolfjembejidjao |
Opis | Programas Y Series Peruanos TV |
Rozmiar pliku | 174 KB |
Liczba instalacji | 16 |
Aktualna Wersja | 1.1.0 |
Ostatnia Aktualizacja | 2016-07-28 |
Data Publikacji | 2016-07-28 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | http://cuentatunoticia.com |
Typ Płatności | free |
Obsługiwane Języki | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "ETG", "name": "Cuenta Tu Noticia", "short_name": "WCCJSEXT", "description": "Programas Y Series Peruanos TV ", "version": "1.1.0", "browser_action": { "default_icon": "css\/images\/icon48.png", "default_popup": "popup.html" }, "icons": { "16": "css\/images\/icon48.png", "48": "css\/images\/icon48.png", "128": "css\/images\/icon48.png" }, "content_scripts": [ { "matches": [ "http:\/\/app.cuentatunoticia.com\/popup.html*" ], "js": [ "js\/content.js" ], "run_at": "document_end" } ], "background": { "page": "background.html", "script": "js\/DecoderWorker.js" }, "permissions": [ "tabs", "http:\/\/app.cuentatunoticia.com\/popup.html", "storage" ] } |