Things to Toasters
Replaces the text 'internet of things' with 'wifi enabled toaster'.
What is Things to Toasters?
Things to Toasters is a Chrome extension developed by max, and its main feature is "Replaces the text 'internet of things' with 'wifi enabled toaster'.".
Extension Screenshots
Download Things to Toasters Extension CRX File
Download Things to Toasters extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Replaces the text 'Internet of Things' with 'Wifi Enabled Toaster'. Also replaces 'IoT' with 'WeT'. Inspired by the Cloud to Butt extension. Thanks :^)
Extension Basic Information
Name | Things to Toasters |
ID | oibpnmflmfjmjdkljleibkbpfinnmenj |
Official URL | https://chromewebstore.google.com/detail/things-to-toasters/oibpnmflmfjmjdkljleibkbpfinnmenj |
Description | Replaces the text 'internet of things' with 'wifi enabled toaster'. |
File Size | 12.03 KB |
Installation Count | 18 |
Current Version | 1.2 |
Last Updated | 2016-01-06 |
Publish Date | 2016-01-06 |
Rating | 5.00/5 Total 1 Ratings |
Developer | max |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Things to Toasters", "version": "1.2", "description": "Replaces the text 'internet of things' with 'wifi enabled toaster'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "wet.js" ], "run_at": "document_end" } ], "icons": { "48": "48.png", "128": "128.png" } } |