HotNews.ro Stiri non-stop

Extension to display HotNews.ro site

What is HotNews.ro Stiri non-stop?

HotNews.ro Stiri non-stop is a Chrome extension developed by Bogdan Cristea, and its main feature is "Extension to display HotNews.ro site".

Extension Screenshots

screenshot

Download HotNews.ro Stiri non-stop Extension CRX File

Download HotNews.ro Stiri non-stop 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

                        Displays www.hotnews.ro home page in a new tab when clicked. If hotnews.ro is already opened in a tab it will only activate this tab instead of opening a new one.                    

Extension Basic Information

Name HotNews.ro Stiri non-stop HotNews.ro Stiri non-stop
ID pocngdgjklkmcjggpmondfhkndpofopc
Official URL https://chromewebstore.google.com/detail/hotnewsro-stiri-non-stop/pocngdgjklkmcjggpmondfhkndpofopc
Description Extension to display HotNews.ro site
File Size 97.21 KB
Installation Count 129
Current Version 0.1
Last Updated 2013-12-25
Publish Date 2013-12-25
Rating 2.50/5 Total 2 Ratings
Developer Bogdan Cristea
Payment Type free
Extension Website https://github.com/cristeab/hotnews
Help Page URL https://github.com/cristeab/hotnews
Supported Languages ro
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HotNews.ro Stiri non-stop",
    "version": "0.1",
    "description": "Extension to display HotNews.ro site",
    "icons": {
        "16": "images\/hotnews16.png",
        "48": "images\/hotnews48.png",
        "128": "images\/hotnews128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/hotnews19.png",
            "38": "images\/hotnews38.png"
        },
        "default_title": "HotNews.ro"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}