RT Noticias
RT ofrece una alternativa real en el mundo de la información.
RT Noticias क्या है?
RT Noticias http://rt.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "RT ofrece una alternativa real en el mundo de la información."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RT Noticias एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
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" ] } |