Animated Cat for Chrome

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

Τι είναι το Animated Cat for Chrome;

Το Animated Cat for Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον BlueApps.inc, και η κύρια λειτουργία του είναι "Animated cute cat extension and funny meows on every click. Customize and activate meows on typing or clicking!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Animated Cat for Chrome

Λήψη αρχείων επέκτασης Animated Cat for Chrome σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Animated Cat for Chrome Animated Cat for Chrome
ID feaaffoffokcnpacmfldanpdpkiehgbg
Επίσημο URL https://chromewebstore.google.com/detail/animated-cat-for-chrome/feaaffoffokcnpacmfldanpdpkiehgbg
Περιγραφή Animated cute cat extension and funny meows on every click. Customize and activate meows on typing or clicking!
Μέγεθος Αρχείου 23.96 MB
Αριθμός Εγκαταστάσεων 263
Τρέχουσα Έκδοση 1.0.6
Τελευταία Ενημέρωση 2024-01-15
Ημερομηνία Δημοσίευσης 2023-09-05
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής BlueApps.inc
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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": [
        ""
    ]
}