Cuenta Tu Noticia
Programas Y Series Peruanos TV
Cuenta Tu Noticia là gì?
Cuenta Tu Noticia là một tiện ích mở rộng Chrome được phát triển bởi http://cuentatunoticia.com, và tính năng chính của nó là "Programas Y Series Peruanos TV ".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Cuenta Tu Noticia
Tải xuống các tệp mở rộng Cuenta Tu Noticia dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fgkficpipeclbpcmdbolfjembejidjao |
URL Chính Thức | https://chrome.google.com/webstore/detail/cuenta-tu-noticia/fgkficpipeclbpcmdbolfjembejidjao |
Mô tả | Programas Y Series Peruanos TV |
Kích Thước Tệp | 174 KB |
Số Lần Cài Đặt | 16 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2016-07-28 |
Ngày Phát Hành | 2016-07-28 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://cuentatunoticia.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |