Trumper Dumper

Will change Trump's name to any word you please. It also changes photos of him into pictures of kittens or something else

Trumper Dumperとは何ですか?

Trumper Dumperはarjen k.によって開発されたChromeの拡張機能で、その主な機能は「Will change Trump's name to any word you please. It also changes photos of him into pictures of kittens or something else」です。

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

screenshot

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

Trumper Dumper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Trumper Dumper is a chrome extension for changing Donald j. Trump's name to any word you please. It can also optionally try to change photos of him into pictures of kittens or a picture of your choosing. Because browsing online news outlets will be something you can handle.

--- features ---

- changes his picture into kittens by default
- changes his picture into a custom image url you set
- changes his slogan into something else
- changes a variety of different combinations of his name into a word of your choosing
- works with iframes, ajax calls etc.
- live pause and resume
- updates your settings on all devices (requires google sync)

Please consider a donation!

--- changes ---

-- v 0.4.0 --

- improved performance
- only updates new items added to screen
- live pause and resume
- removed tab refresh                    

拡張機能の基本情報

名前 Trumper Dumper Trumper Dumper
ID ielgdaffmgedcmfijmfemfcgccbknhhm
公式URL https://chromewebstore.google.com/detail/trumper-dumper/ielgdaffmgedcmfijmfemfcgccbknhhm
説明 Will change Trump's name to any word you please. It also changes photos of him into pictures of kittens or something else
ファイルサイズ 210 KB
インストール数 91
現在のバージョン 0.4.0
最終更新日 2018-08-13
公開日 2018-08-13
評価 4.56/5 合計 9 レビュー
開発者 arjen k.
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.arjenklaverstijn.com
ヘルプページのURL https://www.arjenklaverstijn.com/contact
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trumper Dumper",
    "description": "Will change Trump's name to any word you please. It also changes photos of him into pictures of kittens or something else",
    "version": "0.4.0",
    "browser_action": {
        "default_icon": {
            "19": "icon-19.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        },
        "default_popup": "option_popup.html",
        "default_title": "Read the news without vommiting in your mouth"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "19": "icon-19.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-3.1.1.min.js",
                "js\/findAndReplaceDOMText.js",
                "js\/agentorange.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage"
    ]
}