Some Rich Asshole

Replaces the text 'Donald Trump' with 'Some Rich Asshole'.

Hvad er Some Rich Asshole?

Some Rich Asshole er en Chrome-udvidelse udviklet af drew, og dens hovedfunktion er "Replaces the text 'Donald Trump' with 'Some Rich Asshole'.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Some Rich Asshole-udvidelses-CRX-fil

Download Some Rich Asshole-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

                        A browser add-on that replaces "Donald Trump" with "Some Rich Asshole"                    

Grundlæggende oplysninger om udvidelsen

Navn Some Rich Asshole Some Rich Asshole
ID hgcjjgnlnheojgpdiafpdnjjpbkedgfh
Officiel URL https://chrome.google.com/webstore/detail/some-rich-asshole/hgcjjgnlnheojgpdiafpdnjjpbkedgfh
Beskrivelse Replaces the text 'Donald Trump' with 'Some Rich Asshole'.
Filstørrelse 33.73 KB
Antal Installationer 603
Nuværende Version 1.2
Senest Opdateret 2015-09-17
Udgivelsesdato 2015-09-17
Bedømmelse 4.81/5 Samlet 72 Bedømmelser
Udvikler drew
E-mail [email protected]
Betalingsmetode in_app
Udvidelseswebsted http://somerichasshole.com
Hjælpeside-URL http://somerichasshole.com
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Some Rich Asshole",
    "version": "1.2",
    "description": "Replaces the text 'Donald Trump' with 'Some Rich Asshole'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}