Mike Tython Tranthlator
Translates your webpage into Mike Tyson speak
What is Mike Tython Tranthlator?
Mike Tython Tranthlator is a Chrome extension developed by theFeez, and its main feature is "Translates your webpage into Mike Tyson speak".
Extension Screenshots
Download Mike Tython Tranthlator Extension CRX File
Download Mike Tython Tranthlator 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
Translates your webpage into Mike Tyson speak
Extension Basic Information
Name | |
ID | ifcpjjbmphnmmhlopihbklkmihlgofpp |
Official URL | https://chromewebstore.google.com/detail/mike-tython-tranthlator/ifcpjjbmphnmmhlopihbklkmihlgofpp |
Description | Translates your webpage into Mike Tyson speak |
File Size | 13.51 KB |
Installation Count | 125 |
Current Version | 0.1 |
Last Updated | 2016-01-24 |
Publish Date | 2016-01-23 |
Rating | 3.83/5 Total 6 Ratings |
Developer | theFeez |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mike Tython Tranthlator", "description": "Translates your webpage into Mike Tyson speak", "version": "0.1", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |