ゆゆゆゆゆ式

This extension enable you to watching trembling Yuyushiki characters.

What is ゆゆゆゆゆ式?

ゆゆゆゆゆ式 is a Chrome extension developed by Unknown, and its main feature is "This extension enable you to watching trembling Yuyushiki characters.".

Download ゆゆゆゆゆ式 Extension CRX File

Download ゆゆゆゆゆ式 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

                        http://www.yuyushiki.net/ にアクセスし、アドレスバー横の日向縁ちゃんをクリックすると、新世界に到達できます。                    

Extension Basic Information

Name ゆゆゆゆゆ式 ゆゆゆゆゆ式
ID akcannmmbjfmoicilkjidangdeojnpel
Official URL https://chromewebstore.google.com/detail/%E3%82%86%E3%82%86%E3%82%86%E3%82%86%E3%82%86%E5%BC%8F/akcannmmbjfmoicilkjidangdeojnpel
Description This extension enable you to watching trembling Yuyushiki characters.
File Size 88.73 KB
Installation Count 36
Current Version 1.0.1
Last Updated 2013-07-09
Publish Date 2013-07-09
Rating 4.13/5 Total 8 Ratings
Developer Unknown
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u3086\u3086\u3086\u3086\u3086\u5f0f",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "This extension enable you to watching trembling Yuyushiki characters.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.yuyushiki.net\/"
            ],
            "js": [
                "jquery.min.js",
                "script.js"
            ]
        }
    ],
    "browser_action": {
        "name": "\u3086\u3086\u3086\u3086\u3086\u5f0f",
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs"
    ]
}