teleSUR
teleSUR representa la alternativa informativa para el mundo. Lo que no cuentan los grandes medios lo encuentra en teleSUR
teleSURとは何ですか?
teleSURはhttp://www.telesurtv.netによって開発されたChromeの拡張機能で、その主な機能は「teleSUR representa la alternativa informativa para el mundo. Lo que no cuentan los grandes medios lo encuentra en teleSUR」です。
拡張機能のスクリーンショット
teleSUR拡張機能のCRXファイルをダウンロード
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" ] } |