Trump To Chump
Replaces the text 'Trump' with 'Chump'.
Vad är Trump To Chump?
Trump To Chump är en Chrome-tillägg utvecklad av Drew Wasem, och dess huvudfunktion är "Replaces the text 'Trump' with 'Chump'.".
Tilläggsskärmbilder
Ladda ner Trump To Chump-förlängningens CRX-fil
Ladda ner Trump To Chump-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
Spreading the truth throughout the internet, Donald Trump is a Chump.
Grundläggande Information om Tillägg
Namn | |
ID | almlkepgjlmnpndeahbcpinhhdffbech |
Officiell webbadress | https://chrome.google.com/webstore/detail/trump-to-chump/almlkepgjlmnpndeahbcpinhhdffbech |
Beskrivning | Replaces the text 'Trump' with 'Chump'. |
Filstorlek | 18.68 KB |
Antal Installationer | 19 |
Aktuell Version | 1 |
Senast Uppdaterad | 2015-08-23 |
Publiceringsdatum | 2015-08-23 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Drew Wasem |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/CapeDrew/Trump-To-Chump |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trump To Chump", "short_name": "Trump To Chump", "description": "Replaces the text 'Trump' with 'Chump'.", "author": "Andrew R Wasem", "version": "1", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |