Iron Updater

Check for, download and install the latest stable Iron revisions

What is Iron Updater?

Iron Updater is a Chrome extension developed by https://www.srware.net, and its main feature is "Check for, download and install the latest stable Iron revisions".

Extension Screenshots

screenshot

Download Iron Updater Extension CRX File

Download Iron Updater 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

                        Extension to check for, download and install the latest revisions of the "SRWare Iron"-Browser. The extension supports Windows / Linux and Mac Builds (32 and 64 bit)                    

Extension Basic Information

Name Iron Updater Iron Updater
ID nabglnpmfhienaimnmbjigimjdafimjn
Official URL https://chromewebstore.google.com/detail/iron-updater/nabglnpmfhienaimnmbjigimjdafimjn
Description Check for, download and install the latest stable Iron revisions
File Size 89.4 KB
Installation Count 5,183
Current Version 1.0.0.0
Last Updated 2016-12-06
Publish Date 2016-12-06
Rating 4.38/5 Total 21 Ratings
Developer https://www.srware.net
Email [email protected]
Payment Type free
Extension Website http://www.srware.net/iron_updater_url.php
Help Page URL http://www.srware.net/iron_updater_url.php
Supported Languages en
manifest.json
{
    "author": "SRWare",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/popup.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_Desc__",
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png",
        "48": "images\/48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_Name__",
    "options_page": "options.html",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "notifications",
        "http:\/\/*.srware.net\/*",
        "https:\/\/*.srware.net\/*"
    ],
    "short_name": "Iron Updater",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "homepage_url": "http:\/\/www.srware.net\/iron_updater_url.php",
    "version": "1.0.0.0"
}