Spring Samurai

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

O que é Spring Samurai?

Spring Samurai é uma extensão do Chrome desenvolvida por https://freegamesky.com, e sua principal característica é "Jump from one log to another. See how skillful you are at jumping around.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Spring Samurai

Baixe arquivos de extensão Spring Samurai no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Spring Samurai Spring Samurai
ID demmmplehkkebkgflhgbdolhfmmfjdin
URL Oficial https://chromewebstore.google.com/detail/spring-samurai/demmmplehkkebkgflhgbdolhfmmfjdin
Descrição Jump from one log to another. See how skillful you are at jumping around.
Tamanho do Arquivo 518 KB
Contagem de Instalações 25
Versão Atual 1.0.1
Última Atualização 2019-09-16
Data de Publicação 2019-09-15
Desenvolvedor https://freegamesky.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.wallpaperaddons.com/privacy-policy
Idiomas Suportados 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
}