Cuenta Tu Noticia

Programas Y Series Peruanos TV

What is Cuenta Tu Noticia?

Cuenta Tu Noticia is a Chrome extension developed by http://cuentatunoticia.com, and its main feature is "Programas Y Series Peruanos TV ".

Extension Screenshots

screenshot

Download Cuenta Tu Noticia Extension CRX File

Download Cuenta Tu Noticia 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

                        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]                    

Extension Basic Information

Name Cuenta Tu Noticia Cuenta Tu Noticia
ID fgkficpipeclbpcmdbolfjembejidjao
Official URL https://chrome.google.com/webstore/detail/cuenta-tu-noticia/fgkficpipeclbpcmdbolfjembejidjao
Description Programas Y Series Peruanos TV
File Size 174 KB
Installation Count 16
Current Version 1.1.0
Last Updated 2016-07-28
Publish Date 2016-07-28
Rating 5.00/5 Total 1 Ratings
Developer http://cuentatunoticia.com
Payment Type free
Supported Languages 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"
    ]
}