天竺鼠車車 Pui Pui Molcar

Pui! Pui!

Wat is 天竺鼠車車 Pui Pui Molcar?

天竺鼠車車 Pui Pui Molcar is een Chrome-extensie ontwikkeld door https://blog.wildsky.cc, en de belangrijkste functie is "Pui! Pui!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie 天竺鼠車車 Pui Pui Molcar

Download 天竺鼠車車 Pui Pui Molcar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam 天竺鼠車車 Pui Pui Molcar 天竺鼠車車 Pui Pui Molcar
ID kfkbkkidnodllehfdickdgikmecabfie
Officiële 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
Beschrijving Pui! Pui!
Bestandsgrootte 490 KB
Aantal Installaties 72
Huidige Versie 0.6.1
Laatst Bijgewerkt 2021-03-10
Publicatiedatum 2021-02-05
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://blog.wildsky.cc
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://readmoo.com/terms/privacy
Ondersteunde Talen 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"
        ]
    }
}