Animal Jam

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

Vad är Animal Jam?

Animal Jam är en Chrome-tillägg utvecklad av austinbusinesschua, och dess huvudfunktion är "Animal Jam extension provide you with Animal Jam design on new tab. Designed for Animal Jam fans.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Animal Jam-förlängningens CRX-fil

Ladda ner Animal Jam-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

                        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.                    

Grundläggande Information om Tillägg

Namn Animal Jam Animal Jam
ID fnbjkjekklpbgkliegeclopogohilpia
Officiell webbadress https://chromewebstore.google.com/detail/animal-jam/fnbjkjekklpbgkliegeclopogohilpia
Beskrivning Animal Jam extension provide you with Animal Jam design on new tab. Designed for Animal Jam fans.
Filstorlek 6.45 MB
Antal Installationer 2,795
Aktuell Version 803.264.1550.9117
Senast Uppdaterad 2021-04-07
Publiceringsdatum 2020-06-02
Betyg 4.42/5 Totalt 36 Betyg
Utvecklare austinbusinesschua
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}