Some Rich Asshole
Replaces the text 'Donald Trump' with 'Some Rich Asshole'.
Vad är Some Rich Asshole?
Some Rich Asshole är en Chrome-tillägg utvecklad av drew, och dess huvudfunktion är "Replaces the text 'Donald Trump' with 'Some Rich Asshole'.".
Tilläggsskärmbilder
Ladda ner Some Rich Asshole-förlängningens CRX-fil
Ladda ner Some Rich Asshole-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A browser add-on that replaces "Donald Trump" with "Some Rich Asshole"
Grundläggande Information om Tillägg
Namn | |
ID | hgcjjgnlnheojgpdiafpdnjjpbkedgfh |
Officiell webbadress | https://chrome.google.com/webstore/detail/some-rich-asshole/hgcjjgnlnheojgpdiafpdnjjpbkedgfh |
Beskrivning | Replaces the text 'Donald Trump' with 'Some Rich Asshole'. |
Filstorlek | 33.73 KB |
Antal Installationer | 603 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2015-09-17 |
Publiceringsdatum | 2015-09-17 |
Betyg | 4.81/5 Totalt 72 Betyg |
Utvecklare | drew |
E-post | [email protected] |
Betalningssätt | in_app |
Tilläggswebbplats | http://somerichasshole.com |
Hjälpsida URL | http://somerichasshole.com |
Stödda Språk | 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" } } |