Weather.com Defearifier

Take the fear out of your weather forecasts with the weather.com defearifier! No reason to fear the forecast anymore - the…

What is Weather.com Defearifier?

Weather.com Defearifier is a Chrome extension developed by Unknown, and its main feature is "Take the fear out of your weather forecasts with the weather.com defearifier! No reason to fear the forecast anymore - the…".

Extension Screenshots

screenshot

Download Weather.com Defearifier Extension CRX File

Download Weather.com Defearifier 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

                        Take the fear out of your weather forecasts with the weather.com defearifier!

No reason to fear the forecast anymore - the Defearifier will protect you from the terrifying article titles on weather.com.                    

Extension Basic Information

Name Weather.com Defearifier Weather.com Defearifier
ID kleijmkcijbhigbjocfalojjjkiblpoj
Official URL https://chromewebstore.google.com/detail/weathercom-defearifier/kleijmkcijbhigbjocfalojjjkiblpoj
Description Take the fear out of your weather forecasts with the weather.com defearifier! No reason to fear the forecast anymore - the…
File Size 196 KB
Installation Count 57
Current Version 0.3
Last Updated 2014-07-17
Publish Date 2014-07-17
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weather.com Defearifier",
    "version": "0.3",
    "permissions": [
        "http:\/\/www.weather.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.weather.com\/*"
            ],
            "js": [
                "jquery-1.11.1.js",
                "jquery-ui.js",
                "myscript.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "manifest_version": 2
}