Animalese - Animal Crossing speak

All them animal crossing speak when you type on your keyboard.

What is Animalese - Animal Crossing speak?

Animalese - Animal Crossing speak is a Chrome extension developed by Emil Elthammar, and its main feature is "All them animal crossing speak when you type on your keyboard.".

Extension Screenshots

screenshot

Download Animalese - Animal Crossing speak Extension CRX File

Download Animalese - Animal Crossing speak extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Animalese reads your key typing out loud in the voice heard in the Animal Crossing game series.

After adding to Chrome, click the Tom Nook icon (to the right of the search bar) to activate it for the currently open tab.

It should work on most websites and you can only hear it if you have sound on.


Pages it does not seem to activate on are:
Twitter
Discord

Currently this only supports the voice from Animal Crossing: Wild World


Most code borrowed from: https://github.com/Acedio/animalese.js                    

Extension Basic Information

Name Animalese - Animal Crossing speak Animalese - Animal Crossing speak
ID cklfhmnfapocoofjpkkceaabdkimgkbf
Official URL https://chromewebstore.google.com/detail/animalese-animal-crossing/cklfhmnfapocoofjpkkceaabdkimgkbf
Description All them animal crossing speak when you type on your keyboard.
File Size 74.26 KB
Installation Count 4,566
Current Version 1.2
Last Updated 2019-12-02
Publish Date 2019-12-02
Rating 2.46/5 Total 112 Ratings
Developer Emil Elthammar
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Animalese - Animal Crossing speak",
    "description": "All them animal crossing speak when you type on your keyboard.",
    "version": "1.2",
    "browser_action": [],
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "*.wav"
    ],
    "permissions": [
        "activeTab"
    ]
}