Locomotive

This extension is a locomotive ride in your browser!

Wat is Locomotive?

Locomotive is een Chrome-extensie ontwikkeld door joak, en de belangrijkste functie is "This extension is a locomotive ride in your browser!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Locomotive

Download Locomotive-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension simulates a locomotive ride in your browser!                    

Basisinformatie over de Extensie

Naam Locomotive Locomotive
ID njiepdpeebjjdopnjpnbepgjebnboiio
Officiële URL https://chromewebstore.google.com/detail/locomotive/njiepdpeebjjdopnjpnbepgjebnboiio
Beschrijving This extension is a locomotive ride in your browser!
Bestandsgrootte 680 KB
Aantal Installaties 381
Huidige Versie 1.0
Laatst Bijgewerkt 2019-07-13
Publicatiedatum 2019-07-13
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar joak
Betalingswijze free
Extensiewebsite https://joak.nospace.at
Ondersteunde Talen 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"
    ]
}