Animated Cat for Chrome

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

Qu'est-ce que Animated Cat for Chrome ?

Animated Cat for Chrome est une extension Chrome développée par BlueApps.inc, et sa fonction principale est "Animated cute cat extension and funny meows on every click. Customize and activate meows on typing or clicking!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Animated Cat for Chrome

Téléchargez les fichiers d'extension Animated Cat for Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Animated Cat for Chrome Animated Cat for Chrome
ID feaaffoffokcnpacmfldanpdpkiehgbg
URL Officiel https://chromewebstore.google.com/detail/animated-cat-for-chrome/feaaffoffokcnpacmfldanpdpkiehgbg
Description Animated cute cat extension and funny meows on every click. Customize and activate meows on typing or clicking!
Taille du Fichier 23.96 MB
Nombre d'Installations 263
Version Actuelle 1.0.6
Dernière Mise à Jour 2024-01-15
Date de Publication 2023-09-05
Évaluation 5.00/5 Total 3 Évaluations
Développeur BlueApps.inc
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": [
        ""
    ]
}