Weather.com Defearifier

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

Hvad er Weather.com Defearifier?

Weather.com Defearifier er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Take the fear out of your weather forecasts with the weather.com defearifier! No reason to fear the forecast anymore - the…".

Udvidelsesskærmbilleder

screenshot

Download Weather.com Defearifier-udvidelses-CRX-fil

Download Weather.com Defearifier-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Weather.com Defearifier Weather.com Defearifier
ID kleijmkcijbhigbjocfalojjjkiblpoj
Officiel URL https://chromewebstore.google.com/detail/weathercom-defearifier/kleijmkcijbhigbjocfalojjjkiblpoj
Beskrivelse Take the fear out of your weather forecasts with the weather.com defearifier! No reason to fear the forecast anymore - the…
Filstørrelse 196 KB
Antal Installationer 57
Nuværende Version 0.3
Senest Opdateret 2014-07-17
Udgivelsesdato 2014-07-17
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Understøttede Sprog 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
}