Cuenta Tu Noticia
Programas Y Series Peruanos TV
Cuenta Tu Noticiaคืออะไร?
Cuenta Tu Noticia เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://cuentatunoticia.com และคุณลักษณะหลักของมันคือ "Programas Y Series Peruanos TV "
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cuenta Tu Noticia
ดาวน์โหลดไฟล์ส่วนขยาย Cuenta Tu Noticia ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" ] } |