Sharknado but without the sharks Mod

Changes tornado to Sharknado but without the sharks. Idea by @_mattlynch

What is Sharknado but without the sharks Mod?

Sharknado but without the sharks Mod is a Chrome extension developed by Fats Gordo, and its main feature is "Changes tornado to Sharknado but without the sharks. Idea by @_mattlynch".

Extension Screenshots

screenshot

Download Sharknado but without the sharks Mod Extension CRX File

Download Sharknado but without the sharks Mod 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

                        Changes the word "tornado" to "Sharknado but without the sharks"                    

Extension Basic Information

Name Sharknado but without the sharks Mod Sharknado but without the sharks Mod
ID ajmgpljcejihmhmbcocjgppbfihlgkfi
Official URL https://chromewebstore.google.com/detail/sharknado-but-without-the/ajmgpljcejihmhmbcocjgppbfihlgkfi
Description Changes tornado to Sharknado but without the sharks. Idea by @_mattlynch
File Size 3.61 KB
Installation Count 23
Current Version 1.1
Last Updated 2017-08-31
Publish Date 2017-08-31
Rating 5.00/5 Total 1 Ratings
Developer Fats Gordo
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sharknado but without the sharks Mod",
    "description": "Changes tornado to Sharknado but without the sharks. Idea by @_mattlynch",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}