Trump to Chump
Replaces the text 'Trump' with 'Chump' for obvious reasons.
Vad är Trump to Chump?
Trump to Chump är en Chrome-tillägg utvecklad av Arsenal, och dess huvudfunktion är "Replaces the text 'Trump' with 'Chump' for obvious reasons.".
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
Grundläggande Information om Tillägg
Namn | |
ID | cmepdjapkhfephneckblhdglohcodebc |
Officiell webbadress | https://chrome.google.com/webstore/detail/trump-to-chump/cmepdjapkhfephneckblhdglohcodebc |
Beskrivning | Replaces the text 'Trump' with 'Chump' for obvious reasons. |
Filstorlek | 3.53 KB |
Antal Installationer | 31 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2015-11-06 |
Publiceringsdatum | 2015-11-06 |
Betyg | 5.00/5 Totalt 7 Betyg |
Utvecklare | Arsenal |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trump to Chump", "description": "Replaces the text 'Trump' with 'Chump' for obvious reasons.", "version": "0.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |