WillSmith

Turn Everything Into Will Smith

What is WillSmith?

WillSmith is a Chrome extension developed by machadop1407, and its main feature is "Turn Everything Into Will Smith".

Extension Screenshots

screenshot

Download WillSmith Extension CRX File

Download WillSmith 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

                        Turn Everything Into Will Smith                    

Extension Basic Information

Name WillSmith WillSmith
ID bndnoncoemlmanijfimkjjookphfbbmi
Official URL https://chromewebstore.google.com/detail/willsmith/bndnoncoemlmanijfimkjjookphfbbmi
Description Turn Everything Into Will Smith
File Size 218 KB
Installation Count 21
Current Version 0.1.0
Last Updated 2020-09-24
Publish Date 2020-09-24
Rating 5.00/5 Total 1 Ratings
Developer machadop1407
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WillSmith",
    "version": "0.1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "Content.js"
            ]
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}