teleSUR
teleSUR representa la alternativa informativa para el mundo. Lo que no cuentan los grandes medios lo encuentra en teleSUR
teleSUR là gì?
teleSUR là một tiện ích mở rộng Chrome được phát triển bởi http://www.telesurtv.net, và tính năng chính của nó là "teleSUR representa la alternativa informativa para el mundo. Lo que no cuentan los grandes medios lo encuentra en teleSUR".
Ả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 teleSUR
Tải xuống các tệp mở rộng teleSUR 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
La voz de los pueblos de América Latina y el mundo en un solo canal. En teleSUR entendemos la importancia de brindar información veraz y en el momento en que ocurre la noticia. Contamos lo que las agencias y medios hegemónicos pretenden invisibilizar, estamos en el lugar donde ocurren los hechos, informamos sobre las historias que les importan a nuestros pueblos. Nuestra agenda va de la mano de los hechos que ocurren en el mundo. Somos teleSUR, la Señal Informativa.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | maeednafmffkdnmakmacopgnacmnnmfn |
URL Chính Thức | https://chrome.google.com/webstore/detail/telesur/maeednafmffkdnmakmacopgnacmnnmfn |
Mô tả | teleSUR representa la alternativa informativa para el mundo. Lo que no cuentan los grandes medios lo encuentra en teleSUR |
Kích Thước Tệp | 170 KB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2015-05-26 |
Ngày Phát Hành | 2015-05-26 |
Đánh Giá | 4.63/5 Tổng số 24 Đánh Giá |
Nhà Phát Triển | http://www.telesurtv.net |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.telesurtv.net/index.html |
Ngôn Ngữ Được Hỗ Trợ | es-419 |
manifest.json | |
{ "name": "teleSUR", "description": "teleSUR representa la alternativa informativa para el mundo. Lo que no cuentan los grandes medios lo encuentra en teleSUR", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "38": "icon.png" }, "default_title": "teleSUR", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "manifest_version": 2, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "version": "0.2", "permissions": [ "http:\/\/www.telesurtv.net\/rss\/*.xml", "http:\/\/static.telesurtv.net\/_static_rankings\/rss\/*", "tabs", "notifications" ] } |