Oneko Neko

Charming "Oneko Neko" playfully trails your cursor!

What is Oneko Neko?

Oneko Neko is a Chrome extension developed by https://onekoneko.app, and its main feature is "Charming "Oneko Neko" playfully trails your cursor!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Oneko Neko Extension CRX File

Download Oneko Neko extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Introducing the delightful "Oneko Cat" Chrome extension! 
Relive the nostalgia of the classic 'Oneko' with a delightful feline companion following your cursor.

🐾 Watch as the Oneko Neko playfully follows your every move, adding a touch of whimsy to your screen.

🐾 Drag and drop the cat anywhere you like, but beware—it won't stop following you!

Support my work in creating more delightful features:

🐾 Download and enjoy the "Oneko Neko" extension.
🐾 Share the extension on social media to spread the joy to others.
🐾 Consider buying Oneko Neko a treat (donating) through the provided link, supporting future development.

https://www.buymeacoffee.com/onekoneko

Together, let's create a thriving "Oneko Neko" community. Download, share, and donate to keep the fun going and bring even more enchantment to your browsing. Thank you for your support!


What's next for "Oneko Neko":

🐾 Personalized Pet: Bring your own pet to life in your browser! 🐱🎨 Share a picture of your furry friend, and we'll create a custom Oneko companion just for you.

🐾 More Pets: Expand your furry family with a variety of cats and pets to choose from!

🐾 Cat Audios: Experience the Oneko cat's meows and adorable sounds, making the interaction even more immersive.

🐾 Expanded Interactions: Stay tuned for new ways to engage with your Oneko Neko and enjoy delightful surprises.

🐾 Oneko Neko Merch: Show your love with exclusive merchandise coming soon!

Support "Oneko Neko" and join us on this exciting journey. Download, share, and stay tuned for upcoming features and merchandise. Let's create a world full of playful cats and endless smiles!

Credits to Tatsuya Kato and Masayuki Koba, the original creators.                    

Extension Basic Information

Name Oneko Neko Oneko Neko
ID apobfogcnacaeoaakikjmiolohhknjkd
Official URL https://chromewebstore.google.com/detail/oneko-neko/apobfogcnacaeoaakikjmiolohhknjkd
Description Charming "Oneko Neko" playfully trails your cursor!
File Size 387 KB
Installation Count 1,000
Current Version 0.0.2
Last Updated 2023-06-19
Publish Date 2023-06-15
Rating 4.73/5 Total 11 Ratings
Developer https://onekoneko.app
Email [email protected]
Payment Type free
Extension Website https://onekoneko.app
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Oneko Neko",
    "description": "Charming \"Oneko Neko\" playfully trails your cursor!",
    "version": "0.0.2",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/static\/js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/oneko.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    }
}