Donald Trump is Horsey McSnuffles
Replace mentions of 'Donald Trump' with 'Horsey McSnuffles'.
Vad är Donald Trump is Horsey McSnuffles?
Donald Trump is Horsey McSnuffles är en Chrome-tillägg utvecklad av ljknight, och dess huvudfunktion är "Replace mentions of 'Donald Trump' with 'Horsey McSnuffles'.".
Tilläggsskärmbilder
Ladda ner Donald Trump is Horsey McSnuffles-förlängningens CRX-fil
Ladda ner Donald Trump is Horsey McSnuffles-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
Make the news even more ridiculous than it already is. Works even better with my other extension, Trump in Comic Sans: https://chrome.google.com/webstore/detail/trump-in-comic-sans/njnoeiehcmhiipnneiagkgifcekmjpik Grundläggande Information om Tillägg
| Namn | |
| ID | jhdanapbpfgeibpmaciiefhpbbengmak |
| Officiell webbadress | https://chromewebstore.google.com/detail/donald-trump-is-horsey-mc/jhdanapbpfgeibpmaciiefhpbbengmak |
| Beskrivning | Replace mentions of 'Donald Trump' with 'Horsey McSnuffles'. |
| Filstorlek | 46.15 KB |
| Antal Installationer | 136 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2017-08-01 |
| Publiceringsdatum | 2017-07-31 |
| Betyg | 4.82/5 Totalt 11 Betyg |
| Utvecklare | ljknight |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Donald Trump is Horsey McSnuffles",
"author": "Laura Knight",
"version": "1.1",
"description": "Replace mentions of 'Donald Trump' with 'Horsey McSnuffles'.",
"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"
}
]
} | |