天竺鼠車車 Pui Pui Molcar

Pui! Pui!

Vad är 天竺鼠車車 Pui Pui Molcar?

天竺鼠車車 Pui Pui Molcar är en Chrome-tillägg utvecklad av https://blog.wildsky.cc, och dess huvudfunktion är "Pui! Pui!".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner 天竺鼠車車 Pui Pui Molcar-förlängningens CRX-fil

Ladda ner 天竺鼠車車 Pui Pui Molcar-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn 天竺鼠車車 Pui Pui Molcar 天竺鼠車車 Pui Pui Molcar
ID kfkbkkidnodllehfdickdgikmecabfie
Officiell webbadress https://chromewebstore.google.com/detail/%E5%A4%A9%E7%AB%BA%E9%BC%A0%E8%BB%8A%E8%BB%8A-pui-pui-molcar/kfkbkkidnodllehfdickdgikmecabfie
Beskrivning Pui! Pui!
Filstorlek 490 KB
Antal Installationer 72
Aktuell Version 0.6.1
Senast Uppdaterad 2021-03-10
Publiceringsdatum 2021-02-05
Betyg 4.00/5 Totalt 1 Betyg
Utvecklare https://blog.wildsky.cc
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://readmoo.com/terms/privacy
Stödda Språk 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"
        ]
    }
}