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

Hvad er Trumper Dumper?

Trumper Dumper er en Chrome-udvidelse udviklet af arjen k., og dens hovedfunktion er "Will change Trump's name to any word you please. It also changes photos of him into pictures of kittens or something else".

Udvidelsesskærmbilleder

screenshot

Download Trumper Dumper-udvidelses-CRX-fil

Download Trumper Dumper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Trumper Dumper Trumper Dumper
ID ielgdaffmgedcmfijmfemfcgccbknhhm
Officiel URL https://chromewebstore.google.com/detail/trumper-dumper/ielgdaffmgedcmfijmfemfcgccbknhhm
Beskrivelse Will change Trump's name to any word you please. It also changes photos of him into pictures of kittens or something else
Filstørrelse 210 KB
Antal Installationer 91
Nuværende Version 0.4.0
Senest Opdateret 2018-08-13
Udgivelsesdato 2018-08-13
Bedømmelse 4.56/5 Samlet 9 Bedømmelser
Udvikler arjen k.
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.arjenklaverstijn.com
Hjælpeside-URL https://www.arjenklaverstijn.com/contact
Understøttede Sprog 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"
    ]
}