Ted Cruz Potato
This extension turns all references to Ted Cruz into 'a potato'
Vad är Ted Cruz Potato?
Ted Cruz Potato är en Chrome-tillägg utvecklad av natekandler, och dess huvudfunktion är "This extension turns all references to Ted Cruz into 'a potato'".
Tilläggsskärmbilder
Ladda ner Ted Cruz Potato-förlängningens CRX-fil
Ladda ner Ted Cruz Potato-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
Turns all references to Ted Cruz into 'A Potato' and replaces images with Cruz in the alt or src with an image of a potato
Grundläggande Information om Tillägg
Namn | Ted Cruz Potato |
ID | kfjelmikbelnnmlgmbmfpjkbiejgadag |
Officiell webbadress | https://chromewebstore.google.com/detail/ted-cruz-potato/kfjelmikbelnnmlgmbmfpjkbiejgadag |
Beskrivning | This extension turns all references to Ted Cruz into 'a potato' |
Filstorlek | 3.69 KB |
Antal Installationer | 305 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2016-03-10 |
Publiceringsdatum | 2016-03-09 |
Betyg | 5.00/5 Totalt 7 Betyg |
Utvecklare | natekandler |
Betalningssätt | free |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ted Cruz Potato", "description": "This extension turns all references to Ted Cruz into 'a potato'", "version": "0.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |