Animated Cat for Chrome

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

Cos'è Animated Cat for Chrome?

Animated Cat for Chrome è un'estensione di Chrome sviluppata da BlueApps.inc, e la sua funzione principale è "Animated cute cat extension and funny meows on every click. Customize and activate meows on typing or clicking!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Animated Cat for Chrome

Scarica i file di estensione Animated Cat for Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Animated Cat for Chrome Animated Cat for Chrome
ID feaaffoffokcnpacmfldanpdpkiehgbg
URL Ufficiale https://chromewebstore.google.com/detail/animated-cat-for-chrome/feaaffoffokcnpacmfldanpdpkiehgbg
Descrizione Animated cute cat extension and funny meows on every click. Customize and activate meows on typing or clicking!
Dimensione del File 23.96 MB
Conteggio Installazioni 263
Versione Corrente 1.0.6
Ultimo Aggiornamento 2024-01-15
Data di Pubblicazione 2023-09-05
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore BlueApps.inc
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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": [
        ""
    ]
}