Animated Cat for Chrome

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

Hvad er Animated Cat for Chrome?

Animated Cat for Chrome er en Chrome-udvidelse udviklet af BlueApps.inc, og dens hovedfunktion er "Animated cute cat extension and funny meows on every click. Customize and activate meows on typing or clicking!".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Animated Cat for Chrome-udvidelses-CRX-fil

Download Animated Cat for Chrome-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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! 🐾                    

Grundlæggende oplysninger om udvidelsen

Navn Animated Cat for Chrome Animated Cat for Chrome
ID feaaffoffokcnpacmfldanpdpkiehgbg
Officiel URL https://chromewebstore.google.com/detail/animated-cat-for-chrome/feaaffoffokcnpacmfldanpdpkiehgbg
Beskrivelse Animated cute cat extension and funny meows on every click. Customize and activate meows on typing or clicking!
Filstørrelse 23.96 MB
Antal Installationer 263
Nuværende Version 1.0.6
Senest Opdateret 2024-01-15
Udgivelsesdato 2023-09-05
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler BlueApps.inc
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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": [
        ""
    ]
}