Some Rich Asshole
Replaces the text 'Donald Trump' with 'Some Rich Asshole'.
Wat is Some Rich Asshole?
Some Rich Asshole is een Chrome-extensie ontwikkeld door drew, en de belangrijkste functie is "Replaces the text 'Donald Trump' with 'Some Rich Asshole'.".
Extensie Screenshots
Download het CRX-bestand van de extensie Some Rich Asshole
Download Some Rich Asshole-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A browser add-on that replaces "Donald Trump" with "Some Rich Asshole"
Basisinformatie over de Extensie
Naam | |
ID | hgcjjgnlnheojgpdiafpdnjjpbkedgfh |
Officiële URL | https://chrome.google.com/webstore/detail/some-rich-asshole/hgcjjgnlnheojgpdiafpdnjjpbkedgfh |
Beschrijving | Replaces the text 'Donald Trump' with 'Some Rich Asshole'. |
Bestandsgrootte | 33.73 KB |
Aantal Installaties | 603 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2015-09-17 |
Publicatiedatum | 2015-09-17 |
Beoordeling | 4.81/5 Totaal 72 Beoordelingen |
Ontwikkelaar | drew |
[email protected] | |
Betalingswijze | in_app |
Extensiewebsite | http://somerichasshole.com |
Help Pagina-URL | http://somerichasshole.com |
Ondersteunde Talen | 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" } } |