Spring Samurai

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

Vad är Spring Samurai?

Spring Samurai är en Chrome-tillägg utvecklad av https://freegamesky.com, och dess huvudfunktion är "Jump from one log to another. See how skillful you are at jumping around.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Spring Samurai-förlängningens CRX-fil

Ladda ner Spring Samurai-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Spring Samurai Spring Samurai
ID demmmplehkkebkgflhgbdolhfmmfjdin
Officiell webbadress https://chromewebstore.google.com/detail/spring-samurai/demmmplehkkebkgflhgbdolhfmmfjdin
Beskrivning Jump from one log to another. See how skillful you are at jumping around.
Filstorlek 518 KB
Antal Installationer 25
Aktuell Version 1.0.1
Senast Uppdaterad 2019-09-16
Publiceringsdatum 2019-09-15
Utvecklare https://freegamesky.com
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.wallpaperaddons.com/privacy-policy
Stödda Språk 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
}