Racing World Builder

Nick Ooms Racing World Builder

What is Racing World Builder?

Racing World Builder is a Chrome extension developed by oomsni, and its main feature is "Nick Ooms Racing World Builder".

Extension Screenshots

screenshot

Download Racing World Builder Extension CRX File

Download Racing World Builder 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

                        Nick Ooms Racing World Builder                    

Extension Basic Information

Name Racing World Builder Racing World Builder
ID dhmbdcocfdagokoampkfaggledmjeccp
Official URL https://chrome.google.com/webstore/detail/racing-world-builder/dhmbdcocfdagokoampkfaggledmjeccp
Description Nick Ooms Racing World Builder
File Size 648 KB
Installation Count 10
Current Version 1.0.3
Last Updated 2014-11-05
Publish Date 2014-11-05
Rating 1.00/5 Total 1 Ratings
Developer oomsni
Payment Type free
Supported Languages nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Racing World Builder",
    "version": "1.0.3",
    "description": "Nick Ooms Racing World Builder",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "golf19x19.png",
        "default_title": "Nick Ooms Racing World Builder",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/geo-vlaanderen.agiv.be\/gdiviewer\/"
            ],
            "run_at": "document_start",
            "js": [
                "js\/GeneralFunctions.js",
                "js\/ExtJs-3.2.1\/ext-base.js",
                "js\/ExtJs-3.2.1\/ext-all.js",
                "js\/OpenLayers-2.13.1\/OpenLayers.js",
                "js\/GeoExt\/script\/GeoExt.js",
                "js\/ExtJs-3.2.1\/RowExpander.js",
                "js\/ExtJs-3.2.1\/ExtJs_Image.js",
                "js\/ExtJs-3.2.1\/StatusBar.js",
                "js\/ExtJs-3.2.1\/Ext.ux.grid.RowActions.js",
                "js\/ExtJs-3.2.1\/FileUploadField.js",
                "js\/Config\/Config_constants.js",
                "js\/Config\/Config_Configureer.js",
                "js\/Config\/Map_functions.js",
                "js\/Config\/Map_toolbars.js",
                "js\/Config\/Map_events.js",
                "js\/Config\/Panels_map.js",
                "js\/Config\/Panels_layers.js",
                "js\/Config\/Panels_search_Crab.js",
                "js\/Config\/Panels_search_Capakey.js",
                "js\/Config\/Panels_search_Coordinaten.js",
                "js\/Config\/Util.js",
                "js\/Config\/Config_viewport.js",
                "js\/Config\/mobilemapping.js",
                "js\/Config\/projecties.js",
                "racing.js"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "http:\/\/geo-vlaanderen.agiv.be\/gdiviewer\/*"
    ],
    "web_accessible_resources": [
        "empty.js"
    ],
    "icons": {
        "48": "golf48x48.png",
        "128": "golf128x128.png"
    },
    "manifest_version": 2
}