Clarin.com
Seguí las noticias de la Argentina y el mundo. Clarín te ofrece información actualizada las 24hs. y en español.
What is Clarin.com?
Clarin.com is a Chrome extension developed by http://www.clarin.com/chrome, and its main feature is "Seguí las noticias de la Argentina y el mundo. Clarín te ofrece información actualizada las 24hs. y en español.".
Extension Screenshots
Download Clarin.com Extension CRX File
Download Clarin.com extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Las últimas noticias de Clarín con un click en tu Chrome. Ahora desde la comodidad de tu navegador accede fácilmente al contenido de Clarin.com Buscá los temas de tu interés e informate en forma instantánea de las últimas novedades de Argentina y el mundo. Todas las secciones y noticias disponibles con esta extensión, sociedad, política, economía, espectáculos, deportes y rural entre otros.
Extension Basic Information
Name | |
ID | jhpcfkabffbdncopnehdljbofbbnknnl |
Official URL | https://chrome.google.com/webstore/detail/clarincom/jhpcfkabffbdncopnehdljbofbbnknnl |
Description | Seguí las noticias de la Argentina y el mundo. Clarín te ofrece información actualizada las 24hs. y en español. |
File Size | 102 KB |
Installation Count | 3,000 |
Current Version | 1.5 |
Last Updated | 2013-11-13 |
Publish Date | 2013-11-13 |
Rating | 4.37/5 Total 35 Ratings |
Developer | http://www.clarin.com/chrome |
Payment Type | free |
Extension Website | http://www.clarin.com |
Supported Languages | es-419 |
manifest.json | |
{ "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_icon": "logo.png", "default_popup": "index.html", "default_title": "Clarin.com" }, "content_scripts": [ { "js": [ "js\/inject.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' https:\/\/api-ssl.bitly.com\/v3\/shorten 'unsafe-eval'; object-src 'self' https:\/\/api-ssl.bitly.com\/v3\/shorten", "description": "Segu\u00ed las noticias de la Argentina y el mundo. Clar\u00edn te ofrece informaci\u00f3n actualizada las 24hs. y en espa\u00f1ol.", "icons": { "128": "logo_128.png", "16": "logo_16.png", "48": "logo_48.png" }, "manifest_version": 2, "minimum_chrome_version": "21", "name": "Clarin.com", "offline_enabled": false, "permissions": [ "http:\/\/www.clarin.com\/rss\/index.rss", "http:\/\/www.clarin.com\/services\/*", "tabs", "notifications", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.5", "web_accessible_resources": [ "images\/loading29.gif", "images\/sprite-app.png" ] } |