RT Noticias

RT ofrece una alternativa real en el mundo de la información.

RT Noticiasคืออะไร?

RT Noticias เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://rt.com และคุณลักษณะหลักของมันคือ "RT ofrece una alternativa real en el mundo de la información."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RT Noticias

ดาวน์โหลดไฟล์ส่วนขยาย RT Noticias ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ RT Noticias RT Noticias
ID lijlfaiiebjpimbaljnneohojnkedjjm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/rt-noticias/lijlfaiiebjpimbaljnneohojnkedjjm
คำอธิบาย RT ofrece una alternativa real en el mundo de la información.
ขนาดไฟล์ 84.44 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-06-25
วันที่เผยแพร่ 2020-06-25
คะแนน 4.71/5 รวมทั้งหมด 513 คะแนน
ผู้พัฒนา http://rt.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://actualidad.rt.com
URL หน้าช่วยเหลือ https://actualidad.rt.com/acerca/contactos
ภาษาที่รองรับ 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"
    ]
}