Klumpinatoren

This Chrome extension helps you forget that Rasmus Paludan exists.

Klumpinatorenとは何ですか?

KlumpinatorenはEmilによって開発されたChromeの拡張機能で、その主な機能は「This Chrome extension helps you forget that Rasmus Paludan exists.」です。

拡張機能のスクリーンショット

screenshot

Klumpinatoren拡張機能のCRXファイルをダウンロード

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"
    ]
}