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
官方網址 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.
電子郵箱 [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"
    ]
}