Trumpinator 3000
Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!
Vad är Trumpinator 3000?
Trumpinator 3000 är en Chrome-tillägg utvecklad av boomeasy, och dess huvudfunktion är "Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!".
Tilläggsskärmbilder
Ladda ner Trumpinator 3000-förlängningens CRX-fil
Ladda ner Trumpinator 3000-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 web great again!
Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!
inspired by trumpweb with additional quotes and some bug fixes. Grundläggande Information om Tillägg
| Namn | |
| ID | khfhhpmllkcdelbmpilggheoeopjhdmk |
| Officiell webbadress | https://chromewebstore.google.com/detail/trumpinator-3000/khfhhpmllkcdelbmpilggheoeopjhdmk |
| Beskrivning | Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again! |
| Filstorlek | 61.52 KB |
| Antal Installationer | 21 |
| Aktuell Version | 0.1.2 |
| Senast Uppdaterad | 2016-01-24 |
| Publiceringsdatum | 2016-01-23 |
| Utvecklare | boomeasy |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://twitter.com/trumpinator3000 |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Trumpinator 3000",
"version": "0.1.2",
"description": "Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!",
"icons": {
"16": "16x16_crop_trumper.png",
"48": "48x48_crop_trumper.png",
"128": "128x128_crop_trumper.png"
},
"content_scripts": [
{
"all_frames": true,
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |