RT Noticias
RT ofrece una alternativa real en el mundo de la información.
RT Noticias là gì?
RT Noticias là một tiện ích mở rộng Chrome được phát triển bởi http://rt.com, và tính năng chính của nó là "RT ofrece una alternativa real en el mundo de la información.".
Ả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 RT Noticias
Tải xuống các tệp mở rộng RT Noticias 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
Las noticias de las que no hablan los principales canales internacionales adquieren importancia mundial en RT. RT permite evaluar la relevancia de los eventos que anteriormente no parecían tenerla. RT cuenta las historias de los héroes anónimos de nuestros tiempos a quienes otros no les dan la palabra. Gracias a RT, usted entenderá que las verdaderas noticias no son las que normalmente ve en el noticiero.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lijlfaiiebjpimbaljnneohojnkedjjm |
URL Chính Thức | https://chrome.google.com/webstore/detail/rt-noticias/lijlfaiiebjpimbaljnneohojnkedjjm |
Mô tả | RT ofrece una alternativa real en el mundo de la información. |
Kích Thước Tệp | 84.44 KB |
Số Lần Cài Đặt | 20,000 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-06-25 |
Ngày Phát Hành | 2020-06-25 |
Đánh Giá | 4.71/5 Tổng số 513 Đánh Giá |
Nhà Phát Triển | http://rt.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://actualidad.rt.com |
URL Trang Trợ Giúp | https://actualidad.rt.com/acerca/contactos |
Ngôn Ngữ Được Hỗ Trợ | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RT Noticias", "version": "1.0", "manifest_version": 2, "description": "RT ofrece una alternativa real en el mundo de la informaci\u00f3n.", "icons": { "48": "images\/rt_logo_48x48.png", "128": "images\/rt_logo_128x128.png" }, "permissions": [ "https:\/\/actualidad.rt.com\/*" ], "browser_action": { "default_title": "RT Noticias", "default_icon": { "19": "images\/rt_logo_19x19.png", "38": "images\/rt_logo_38x38.png" }, "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "js\/jquery-2.0.0.min.js", "js\/background.js" ], "persistent": true }, "web_accessible_resources": [ "images\/logo.png", "check.html" ] } |