Klumpinatoren

This Chrome extension helps you forget that Rasmus Paludan exists.

Klumpinatorenคืออะไร?

Klumpinatoren เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Emil และคุณลักษณะหลักของมันคือ "This Chrome extension helps you forget that Rasmus Paludan exists."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Klumpinatoren

ดาวน์โหลดไฟล์ส่วนขยาย Klumpinatoren ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Er du også træt af Rasmus Paludan? Frygt ej, fordi nu er han Rasmus Klump.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Klumpinatoren Klumpinatoren
ID ncaldnfebmncbpadjinaenflilfieohc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/klumpinatoren/ncaldnfebmncbpadjinaenflilfieohc
คำอธิบาย This Chrome extension helps you forget that Rasmus Paludan exists.
ขนาดไฟล์ 4.12 KB
จำนวนการติดตั้ง 29
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2019-05-15
วันที่เผยแพร่ 2019-05-15
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Emil
ประเภทการชำระเงิน free
ภาษาที่รองรับ da
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Klumpinatoren",
    "description": "This Chrome extension helps you forget that Rasmus Paludan exists.",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.dk\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab"
    ]
}