Chrome Neko

The program chrome neko creates a cute cat.

What is Chrome Neko?

Chrome Neko is a Chrome extension developed by tk555, and its main feature is "The program chrome neko creates a cute cat.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Chrome Neko Extension CRX File

Download Chrome 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

                        このプログラムはユーザーを癒やす猫を出現させます。

大体のサイトで動作しますが時々動作しないサイト(Chrome web store,office.com,etc...)があります。

cf. https://github.com/tk555/ChromeNeko

(追記2017/11/14 verson1.0.0)
1.Option pageにBlack list追加
2.爪とぎ(Scratching)追加
(追記2017/11/16 verson1.0.1)
1.bugfix...
(追記2018/12/2 verson1.0.2)
1.bugfix...

---TODO
1.そのページで動作を止められるようにすること。                    

Extension Basic Information

Name Chrome Neko Chrome Neko
ID bhpdbljgdjjakkjfekalhcbedehkfdgh
Official URL https://chromewebstore.google.com/detail/chrome-neko/bhpdbljgdjjakkjfekalhcbedehkfdgh
Description The program chrome neko creates a cute cat.
File Size 939 KB
Installation Count 247
Current Version 1.0.2
Last Updated 2018-12-27
Publish Date 2018-12-26
Rating 3.82/5 Total 17 Ratings
Developer tk555
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Neko",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "The program chrome neko creates a cute cat.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/oneko.js"
            ]
        }
    ],
    "options_page": "html\/options\/options.html",
    "web_accessible_resources": [
        "src\/oneko.js",
        "img\/*.png",
        "\/html\/options\/options.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/platform.twitter.com; object-src 'self'",
    "permissions": [
        "tabs",
        "",
        "storage"
    ],
    "optional_permissions": [
        "webRequest",
        "webNavigation",
        "http:\/\/twitter.com\/*",
        "https:\/\/twitter.com\/*"
    ],
    "icons": {
        "16": "img\/awake.png",
        "48": "img\/awake.png",
        "128": "img\/awake.png"
    }
}