Animated Cat for Chrome

Animated cute cat extension and funny meows on every click. Customize and activate meows on typing or clicking!

O que é Animated Cat for Chrome?

Animated Cat for Chrome é uma extensão do Chrome desenvolvida por BlueApps.inc, e sua principal característica é "Animated cute cat extension and funny meows on every click. Customize and activate meows on typing or clicking!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Animated Cat for Chrome

Baixe arquivos de extensão Animated Cat 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

                        Add Feline Fun to Your Browsing Experience with MeowChrome!

Are you a cat lover? Do you enjoy hearing their adorable meows while you browse the web? Then MeowChrome is the extension you've been waiting for!

Imagine having a chubby animated cat that responds to your actions on each new tab. With MeowChrome, you can make a mischievous and chubby cat appear on your screen with just a click. But that's not all! If you're a meow enthusiast, you can customize the options from our simple settings panel. Activate the meows with a click, or even trigger those sweet feline sounds by typing "MEOW" or "CAT."

Highlighted Features:

🐱 Animated Chubby Cat: Enjoy the virtual company of a chubby cat that will make your browsing more entertaining.
🔊 Enchanting Meows: Listen to realistic and comforting meows that will make you feel like you have a real cat by your side.
⌨️ Fun Shortcuts: Activate meows by typing "MEOW" or "CAT" while you type – a unique way to interact with your feline extension!
⚙️ Customizable Settings: Adjust preferences according to your mood from the settings panel. Control when and how you want to hear the meows.
Immerse yourself in the cozy atmosphere of cats while you browse the web. MeowChrome adds a dose of feline fun to your day, allowing you to enjoy meows and the presence of an adorable chubby cat whenever you wish.

How to Get Started:

🛒 Install the MeowChrome extension from the Chrome Web Store.
🐾 Open a new tab and watch your chubby cat come to life.
🖱️ Click on the MeowChrome icon in the browser bar to activate or mute the meows at any time.
Add a touch of feline joy to your browsing! Install MeowChrome now and discover how a simple click can fill your day with meows and smiles. Meow-tastic!

P.S. At MeowChrome, your fun comes first. We don't collect or sell your data. Your feline experience is completely private and secure! 🐾                    

Informações Básicas da Extensão

Nome Animated Cat for Chrome Animated Cat for Chrome
ID feaaffoffokcnpacmfldanpdpkiehgbg
URL Oficial https://chromewebstore.google.com/detail/animated-cat-for-chrome/feaaffoffokcnpacmfldanpdpkiehgbg
Descrição Animated cute cat extension and funny meows on every click. Customize and activate meows on typing or clicking!
Tamanho do Arquivo 23.96 MB
Contagem de Instalações 263
Versão Atual 1.0.6
Última Atualização 2024-01-15
Data de Publicação 2023-09-05
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor BlueApps.inc
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados id,de,en,fr,nl,no,vi,tr,ca,da,et,es,es-419,it,lt,pt-BR,pt-PT,fi,sv,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "short_name": "\u2764 Cat",
    "author": "Dexter's lab",
    "version": "1.0.6",
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.css",
                "*.js",
                "assets\/sonido\/*.*",
                "sounds\/*.*",
                "assets\/*.*",
                "*:\/\/*\/*"
            ],
            "matches": [
                "",
                "*:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon48.png",
        "default_title": "__MSG_name__",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "background",
        "scripting",
        "storage",
        "history"
    ],
    "host_permissions": [
        ""
    ]
}