天竺鼠車車 Pui Pui Molcar

Pui! Pui!

天竺鼠車車 Pui Pui Molcarとは何ですか?

天竺鼠車車 Pui Pui Molcarはhttps://blog.wildsky.ccによって開発されたChromeの拡張機能で、その主な機能は「Pui! Pui!」です。

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

screenshot
screenshot

天竺鼠車車 Pui Pui Molcar拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

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

拡張機能の基本情報

名前 天竺鼠車車 Pui Pui Molcar 天竺鼠車車 Pui Pui Molcar
ID kfkbkkidnodllehfdickdgikmecabfie
公式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
説明 Pui! Pui!
ファイルサイズ 490 KB
インストール数 72
現在のバージョン 0.6.1
最終更新日 2021-03-10
公開日 2021-02-05
評価 4.00/5 合計 1 レビュー
開発者 https://blog.wildsky.cc
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://readmoo.com/terms/privacy
対応言語 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"
        ]
    }
}