天竺鼠車車 Pui Pui Molcar

Pui! Pui!

Apa itu 天竺鼠車車 Pui Pui Molcar?

天竺鼠車車 Pui Pui Molcar adalah ekstensi Chrome yang dikembangkan oleh https://blog.wildsky.cc, dan fitur utamanya adalah "Pui! Pui!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi 天竺鼠車車 Pui Pui Molcar

Unduh file ekstensi 天竺鼠車車 Pui Pui Molcar dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama 天竺鼠車車 Pui Pui Molcar 天竺鼠車車 Pui Pui Molcar
ID kfkbkkidnodllehfdickdgikmecabfie
URL Resmi https://chromewebstore.google.com/detail/%E5%A4%A9%E7%AB%BA%E9%BC%A0%E8%BB%8A%E8%BB%8A-pui-pui-molcar/kfkbkkidnodllehfdickdgikmecabfie
Deskripsi Pui! Pui!
Ukuran File 490 KB
Jumlah Instalasi 72
Versi Saat Ini 0.6.1
Terakhir Diperbarui 2021-03-10
Tanggal Publikasi 2021-02-05
Penilaian 4.00/5 Total 1 Penilaian
Pengembang https://blog.wildsky.cc
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://readmoo.com/terms/privacy
Bahasa yang Didukung 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"
        ]
    }
}