天竺鼠車車 Pui Pui Molcar

Pui! Pui!

ما هو 天竺鼠車車 Pui Pui Molcar؟

天竺鼠車車 Pui Pui Molcar هو إضافة Chrome تم تطويرها بواسطة https://blog.wildsky.cc، والميزة الرئيسية لها هي "Pui! Pui!".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة 天竺鼠車車 Pui Pui Molcar

قم بتنزيل ملفات الامتداد 天竺鼠車車 Pui Pui Molcar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        安裝此套件可以讓天竺鼠車車時不時出現在網頁裡!(目前出現機率為 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
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية 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"
        ]
    }
}