Cuenta Tu Noticia

Programas Y Series Peruanos TV

Cuenta Tu Noticia란 무엇입니까?

Cuenta Tu Noticia은(는) http://cuentatunoticia.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Programas Y Series Peruanos TV "입니다.

확장 프로그램 스크린샷

screenshot

Cuenta Tu Noticia 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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]                    

확장 프로그램 기본 정보

이름 Cuenta Tu Noticia Cuenta Tu Noticia
ID fgkficpipeclbpcmdbolfjembejidjao
공식 URL https://chrome.google.com/webstore/detail/cuenta-tu-noticia/fgkficpipeclbpcmdbolfjembejidjao
설명 Programas Y Series Peruanos TV
파일 크기 174 KB
설치 횟수 16
현재 버전 1.1.0
최근 업데이트 2016-07-28
출시 날짜 2016-07-28
평점 5.00/5 총 1 개의 평점
개발자 http://cuentatunoticia.com
결제 유형 free
지원되는 언어 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"
    ]
}