Deplorable Extension
Rewrites 'Trump' or 'Donald Trump' as 'GOD EMPEROR TRUMP' and 'Hillary' or 'Hillary Clinton' as 'Crooked Hillary'.
Vad är Deplorable Extension?
Deplorable Extension är en Chrome-tillägg utvecklad av deplorable, och dess huvudfunktion är "Rewrites 'Trump' or 'Donald Trump' as 'GOD EMPEROR TRUMP' and 'Hillary' or 'Hillary Clinton' as 'Crooked Hillary'.".
Ladda ner Deplorable Extension-förlängningens CRX-fil
Ladda ner Deplorable Extension-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
Changes occurrences of 'Trump' or 'Donald Trump' to 'GOD EMPEROR TRUMP' and occurrences of 'Hillary' or 'Hillary Clinton' to 'Crooked Hillary'.
Grundläggande Information om Tillägg
Namn | |
ID | ompbljdfaklkcdhgfclcjhgnmmooelcn |
Officiell webbadress | https://chrome.google.com/webstore/detail/deplorable-extension/ompbljdfaklkcdhgfclcjhgnmmooelcn |
Beskrivning | Rewrites 'Trump' or 'Donald Trump' as 'GOD EMPEROR TRUMP' and 'Hillary' or 'Hillary Clinton' as 'Crooked Hillary'. |
Filstorlek | 14.83 KB |
Antal Installationer | 18 |
Aktuell Version | 6.16 |
Senast Uppdaterad | 2016-09-25 |
Publiceringsdatum | 2016-09-25 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | deplorable |
Betalningssätt | free |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "js": [ "deplorable.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "description": "Rewrites 'Trump' or 'Donald Trump' as 'GOD EMPEROR TRUMP' and 'Hillary' or 'Hillary Clinton' as 'Crooked Hillary'.", "icons": { "16": "mlg16.jpg", "32": "mlg32.jpg", "48": "mlg48.jpg", "128": "mlg128.jpg" }, "name": "Deplorable Extension", "short_name": "Deplorable", "version": "6.16" } |