Spring Samurai

Jump from one log to another. See how skillful you are at jumping around.

Was ist Spring Samurai?

Spring Samurai ist eine Chrome-Erweiterung, die von https://freegamesky.com entwickelt wurde, und ihr Hauptmerkmal ist "Jump from one log to another. See how skillful you are at jumping around.".

Erweiterungsscreenshots

screenshot
screenshot

Spring Samurai-Erweiterungs-CRX-Datei herunterladen

Laden Sie Spring Samurai-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Jump from one log to another. See how skillful you are at jumping around.                    

Grundlegende Informationen zur Erweiterung

Name Spring Samurai Spring Samurai
ID demmmplehkkebkgflhgbdolhfmmfjdin
Offizielle URL https://chromewebstore.google.com/detail/spring-samurai/demmmplehkkebkgflhgbdolhfmmfjdin
Beschreibung Jump from one log to another. See how skillful you are at jumping around.
Dateigröße 518 KB
Installationsanzahl 25
Aktuelle Version 1.0.1
Letztes Update 2019-09-16
Veröffentlichungsdatum 2019-09-15
Entwickler https://freegamesky.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.wallpaperaddons.com/privacy-policy
Unterstützte Sprachen id,ms,de,en,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_AppName__",
    "version": "1.0.1",
    "description": "__MSG_AppDesc__",
    "default_locale": "en",
    "icons": {
        "128": "logo-128.png",
        "48": "logo-48.png",
        "16": "logo-16.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "logo-16.png",
            "32": "logo-32.png"
        }
    },
    "background": {
        "scripts": [
            "\/js\/common-push-init.js",
            "\/js\/common-push.min.js",
            "\/js\/background.js"
        ]
    },
    "permissions": [
        "https:\/\/*.freegamesky.com\/*",
        "notifications"
    ],
    "offline_enabled": true
}