euronews
Euronews created by extener.com
What is euronews?
euronews is a Chrome extension developed by vitutu, and its main feature is "Euronews created by extener.com".
Extension Screenshots
Download euronews Extension CRX File
Download euronews 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
Euronews is the leading international news channel covering world news from a european perspective --- RSS ---
Extension Basic Information
Name | |
ID | ldjhndpokhhklhjdplpfbmnamfpdchaf |
Official URL | https://chrome.google.com/webstore/detail/euronews/ldjhndpokhhklhjdplpfbmnamfpdchaf |
Description | Euronews created by extener.com |
File Size | 62.83 KB |
Installation Count | 111 |
Current Version | 2.2 |
Last Updated | 2013-05-15 |
Publish Date | 2013-05-15 |
Rating | 4.33/5 Total 3 Ratings |
Developer | vitutu |
Payment Type | free |
Extension Website | http://www.euronews.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "euronews", "description": "Euronews created by extener.com", "version": "2.2", "homepage_url": "http:\/\/www.euronews.com", "icons": { "128": "logo.png" }, "background": { "page": "html\/background.html" }, "browser_action": { "default_icon": "logo.png", "default_title": "euronews", "default_popup": "html\/popup.html" }, "permissions": [ "tabs", "notifications", "http:\/\/*\/*", "https:\/\/*\/*" ] } |