teleSUR
teleSUR representa la alternativa informativa para el mundo. Lo que no cuentan los grandes medios lo encuentra en teleSUR
Что такое teleSUR?
teleSUR - это расширение Chrome, разработанное http://www.telesurtv.net, и его основная функция - "teleSUR representa la alternativa informativa para el mundo. Lo que no cuentan los grandes medios lo encuentra en teleSUR".
Снимки экрана расширения
Скачать файл CRX расширения teleSUR
Скачайте файлы расширений teleSUR в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
ID | maeednafmffkdnmakmacopgnacmnnmfn |
Официальный URL | https://chrome.google.com/webstore/detail/telesur/maeednafmffkdnmakmacopgnacmnnmfn |
Описание | teleSUR representa la alternativa informativa para el mundo. Lo que no cuentan los grandes medios lo encuentra en teleSUR |
Размер файла | 170 KB |
Количество установок | 1,000 |
Текущая Версия | 0.2 |
Последнее Обновление | 2015-05-26 |
Дата публикации | 2015-05-26 |
Рейтинг | 4.63/5 Всего 24 оценок |
Разработчик | http://www.telesurtv.net |
Тип оплаты | free |
Официальный сайт расширения | http://www.telesurtv.net/index.html |
Поддерживаемые языки | 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" ] } |