Weather.com Defearifier

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

Cos'è Weather.com Defearifier?

Weather.com Defearifier è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Take the fear out of your weather forecasts with the weather.com defearifier! No reason to fear the forecast anymore - the…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Weather.com Defearifier

Scarica i file di estensione Weather.com Defearifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Weather.com Defearifier Weather.com Defearifier
ID kleijmkcijbhigbjocfalojjjkiblpoj
URL Ufficiale https://chromewebstore.google.com/detail/weathercom-defearifier/kleijmkcijbhigbjocfalojjjkiblpoj
Descrizione Take the fear out of your weather forecasts with the weather.com defearifier! No reason to fear the forecast anymore - the…
Dimensione del File 196 KB
Conteggio Installazioni 57
Versione Corrente 0.3
Ultimo Aggiornamento 2014-07-17
Data di Pubblicazione 2014-07-17
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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
}