Oneko Neko

Charming "Oneko Neko" playfully trails your cursor!

Oneko Nekoとは何ですか?

Oneko Nekoはhttps://onekoneko.appによって開発されたChromeの拡張機能で、その主な機能は「Charming "Oneko Neko" playfully trails your cursor!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Oneko Neko拡張機能のCRXファイルをダウンロード

Oneko Neko拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Oneko Neko Oneko Neko
ID apobfogcnacaeoaakikjmiolohhknjkd
公式URL https://chromewebstore.google.com/detail/oneko-neko/apobfogcnacaeoaakikjmiolohhknjkd
説明 Charming "Oneko Neko" playfully trails your cursor!
ファイルサイズ 387 KB
インストール数 1,000
現在のバージョン 0.0.2
最終更新日 2023-06-19
公開日 2023-06-15
評価 4.73/5 合計 11 レビュー
開発者 https://onekoneko.app
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://onekoneko.app
対応言語 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"
    }
}