Klumpinatoren

This Chrome extension helps you forget that Rasmus Paludan exists.

What is Klumpinatoren?

Klumpinatoren is a Chrome extension developed by Emil, and its main feature is "This Chrome extension helps you forget that Rasmus Paludan exists.".

Extension Screenshots

screenshot

Download Klumpinatoren Extension CRX File

Download Klumpinatoren extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Klumpinatoren Klumpinatoren
ID ncaldnfebmncbpadjinaenflilfieohc
Official URL https://chrome.google.com/webstore/detail/klumpinatoren/ncaldnfebmncbpadjinaenflilfieohc
Description This Chrome extension helps you forget that Rasmus Paludan exists.
File Size 4.12 KB
Installation Count 29
Current Version 1.2
Last Updated 2019-05-15
Publish Date 2019-05-15
Rating 5.00/5 Total 3 Ratings
Developer Emil
Payment Type free
Supported Languages 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"
    ]
}