天竺鼠車車 Pui Pui Molcar

Pui! Pui!

What is 天竺鼠車車 Pui Pui Molcar?

天竺鼠車車 Pui Pui Molcar is a Chrome extension developed by https://blog.wildsky.cc, and its main feature is "Pui! Pui!".

Extension Screenshots

screenshot
screenshot

Download 天竺鼠車車 Pui Pui Molcar Extension CRX File

Download 天竺鼠車車 Pui Pui Molcar 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

                        安裝此套件可以讓天竺鼠車車時不時出現在網頁裡!(目前出現機率為 30%)
裝這個擴充套件只是為了可愛而已,目前沒有其他實質的功能XD                    

Extension Basic Information

Name 天竺鼠車車 Pui Pui Molcar 天竺鼠車車 Pui Pui Molcar
ID kfkbkkidnodllehfdickdgikmecabfie
Official URL https://chromewebstore.google.com/detail/%E5%A4%A9%E7%AB%BA%E9%BC%A0%E8%BB%8A%E8%BB%8A-pui-pui-molcar/kfkbkkidnodllehfdickdgikmecabfie
Description Pui! Pui!
File Size 490 KB
Installation Count 72
Current Version 0.6.1
Last Updated 2021-03-10
Publish Date 2021-02-05
Rating 4.00/5 Total 1 Ratings
Developer https://blog.wildsky.cc
Email [email protected]
Payment Type free
Privacy Policy Page URL https://readmoo.com/terms/privacy
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "51.0"
        }
    },
    "manifest_version": 2,
    "name": "\u5929\u7afa\u9f20\u8eca\u8eca Pui Pui Molcar",
    "version": "0.6.1",
    "description": "Pui! Pui!",
    "icons": {
        "48": "icons\/icon48.png"
    },
    "web_accessible_resources": [
        "run.gif"
    ],
    "content_scripts": [
        {
            "match_about_blank": true,
            "all_frames": false,
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "css": [
                "molcar.css"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}