Sharknado but without the sharks Mod

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

Cos'è Sharknado but without the sharks Mod?

Sharknado but without the sharks Mod è un'estensione di Chrome sviluppata da Fats Gordo, e la sua funzione principale è "Changes tornado to Sharknado but without the sharks. Idea by @_mattlynch".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Sharknado but without the sharks Mod

Scarica i file di estensione Sharknado but without the sharks Mod 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

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

Informazioni di Base sull'Estensione

Nome Sharknado but without the sharks Mod Sharknado but without the sharks Mod
ID ajmgpljcejihmhmbcocjgppbfihlgkfi
URL Ufficiale https://chromewebstore.google.com/detail/sharknado-but-without-the/ajmgpljcejihmhmbcocjgppbfihlgkfi
Descrizione Changes tornado to Sharknado but without the sharks. Idea by @_mattlynch
Dimensione del File 3.61 KB
Conteggio Installazioni 23
Versione Corrente 1.1
Ultimo Aggiornamento 2017-08-31
Data di Pubblicazione 2017-08-31
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Fats Gordo
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}