Animal Jam

Animal Jam extension provide you with Animal Jam design on new tab. Designed for Animal Jam fans.

O que é Animal Jam?

Animal Jam é uma extensão do Chrome desenvolvida por austinbusinesschua, e sua principal característica é "Animal Jam extension provide you with Animal Jam design on new tab. Designed for Animal Jam fans.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Animal Jam

Baixe arquivos de extensão Animal Jam 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

                        Animal Jam was launched by WildWorks in 2010 as an exciting and safe online playground for kids who love animals and the outdoors. Since then, Animal Jam has expanded beyond the web to mobile apps that allow kids to keep the fun going anywhere they are.

Animal Jam Extension Features:
1. Shuffle Animal Jam every time you open a new tab. 
2. Select a list of unique design.
3. Get easy access to websites with custom web search.
4. Sticky notes give you the Animal Jam feels in completing real-life tasks. 
5. Get easy access to your most frequently visited websites. 
6. Get easy access to your bookmarks websites.                    

Informações Básicas da Extensão

Nome Animal Jam Animal Jam
ID fnbjkjekklpbgkliegeclopogohilpia
URL Oficial https://chromewebstore.google.com/detail/animal-jam/fnbjkjekklpbgkliegeclopogohilpia
Descrição Animal Jam extension provide you with Animal Jam design on new tab. Designed for Animal Jam fans.
Tamanho do Arquivo 6.45 MB
Contagem de Instalações 2,795
Versão Atual 803.264.1550.9117
Última Atualização 2021-04-07
Data de Publicação 2020-06-02
Classificação 4.42/5 Total de 36 Avaliações
Desenvolvedor austinbusinesschua
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Animal Jam",
    "background": {
        "scripts": [
            "js\/bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "description": "Animal Jam extension provide you with Animal Jam design on new tab. Designed for Animal Jam fans.",
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png"
    },
    "version": "803.264.1550.9117",
    "permissions": [
        "topSites",
        "bookmarks"
    ]
}