Snake Game For Chrome

The Classic Arcade Snake Game Now On Your Chrome

O que é Snake Game For Chrome?

Snake Game For Chrome é uma extensão do Chrome desenvolvida por brylee48112518, e sua principal característica é "The Classic Arcade Snake Game Now On Your Chrome".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Snake Game For Chrome

Baixe arquivos de extensão Snake Game For Chrome 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

                        Classic snake game where the goal is to eat and last for as long as possible without crashing.
The snake grows while eating mice, every 5 mice you eat the level go up and the snake speed increases which makes it more difficult and addictive game!                    

Informações Básicas da Extensão

Nome Snake Game For Chrome Snake Game For Chrome
ID kogpmjpahimpmhfcciipfhoahjjfkenm
URL Oficial https://chromewebstore.google.com/detail/snake-game-for-chrome/kogpmjpahimpmhfcciipfhoahjjfkenm
Descrição The Classic Arcade Snake Game Now On Your Chrome
Tamanho do Arquivo 148 KB
Contagem de Instalações 857
Versão Atual 4.1.1
Última Atualização 2021-11-03
Data de Publicação 2021-11-03
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor brylee48112518
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://searchflexi.com/privacy
Idiomas Suportados id,ms,de,en,fr,sw,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,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,ja,ko
manifest.json
{
    "name": "__MSG_name__",
    "version": "4.1.1",
    "default_locale": "en",
    "description": "__MSG_description__",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/images\/48.png",
        "default_title": "__MSG_name__"
    },
    "icons": {
        "48": "assets\/images\/48.png",
        "128": "assets\/images\/128.png"
    },
    "permissions": [
        "storage",
        "",
        "webNavigation"
    ],
    "web_accessible_resources": [
        "icon.png"
    ],
    "background": {
        "scripts": [
            "bg.js",
            "jquery.js",
            "bootstrap.min.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'  https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com https:\/\/jquery.cdnmirror.com https:\/\/code.jquery.com;  object-src 'self'",
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}