Sharknado but without the sharks Mod

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

Wat is Sharknado but without the sharks Mod?

Sharknado but without the sharks Mod is een Chrome-extensie ontwikkeld door Fats Gordo, en de belangrijkste functie is "Changes tornado to Sharknado but without the sharks. Idea by @_mattlynch".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Sharknado but without the sharks Mod

Download Sharknado but without the sharks Mod-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Sharknado but without the sharks Mod Sharknado but without the sharks Mod
ID ajmgpljcejihmhmbcocjgppbfihlgkfi
Officiële URL https://chromewebstore.google.com/detail/sharknado-but-without-the/ajmgpljcejihmhmbcocjgppbfihlgkfi
Beschrijving Changes tornado to Sharknado but without the sharks. Idea by @_mattlynch
Bestandsgrootte 3.61 KB
Aantal Installaties 23
Huidige Versie 1.1
Laatst Bijgewerkt 2017-08-31
Publicatiedatum 2017-08-31
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Fats Gordo
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}