Locomotive

This extension is a locomotive ride in your browser!

What is Locomotive?

Locomotive is a Chrome extension developed by joak, and its main feature is "This extension is a locomotive ride in your browser!".

Extension Screenshots

screenshot

Download Locomotive Extension CRX File

Download Locomotive 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

                        This extension simulates a locomotive ride in your browser!                    

Extension Basic Information

Name Locomotive Locomotive
ID njiepdpeebjjdopnjpnbepgjebnboiio
Official URL https://chromewebstore.google.com/detail/locomotive/njiepdpeebjjdopnjpnbepgjebnboiio
Description This extension is a locomotive ride in your browser!
File Size 680 KB
Installation Count 381
Current Version 1.0
Last Updated 2019-07-13
Publish Date 2019-07-13
Rating 5.00/5 Total 3 Ratings
Developer joak
Payment Type free
Extension Website https://joak.nospace.at
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Locomotive",
    "description": "This extension is a locomotive ride in your browser!",
    "version": "1.0",
    "author": "joak",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js",
                "jquery.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "animationlocomotive.css",
        "start.mp3",
        "sound.mp3"
    ]
}