Cuenta Tu Noticia

Programas Y Series Peruanos TV

Wat is Cuenta Tu Noticia?

Cuenta Tu Noticia is een Chrome-extensie ontwikkeld door http://cuentatunoticia.com, en de belangrijkste functie is "Programas Y Series Peruanos TV ".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Cuenta Tu Noticia

Download Cuenta Tu Noticia-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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]                    

Basisinformatie over de Extensie

Naam Cuenta Tu Noticia Cuenta Tu Noticia
ID fgkficpipeclbpcmdbolfjembejidjao
Officiële URL https://chrome.google.com/webstore/detail/cuenta-tu-noticia/fgkficpipeclbpcmdbolfjembejidjao
Beschrijving Programas Y Series Peruanos TV
Bestandsgrootte 174 KB
Aantal Installaties 16
Huidige Versie 1.1.0
Laatst Bijgewerkt 2016-07-28
Publicatiedatum 2016-07-28
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://cuentatunoticia.com
Betalingswijze free
Ondersteunde Talen 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"
    ]
}