Sharknado but without the sharks Mod

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

Qu'est-ce que Sharknado but without the sharks Mod ?

Sharknado but without the sharks Mod est une extension Chrome développée par Fats Gordo, et sa fonction principale est "Changes tornado to Sharknado but without the sharks. Idea by @_mattlynch".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Sharknado but without the sharks Mod

Téléchargez les fichiers d'extension Sharknado but without the sharks Mod au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Sharknado but without the sharks Mod Sharknado but without the sharks Mod
ID ajmgpljcejihmhmbcocjgppbfihlgkfi
URL Officiel https://chromewebstore.google.com/detail/sharknado-but-without-the/ajmgpljcejihmhmbcocjgppbfihlgkfi
Description Changes tornado to Sharknado but without the sharks. Idea by @_mattlynch
Taille du Fichier 3.61 KB
Nombre d'Installations 23
Version Actuelle 1.1
Dernière Mise à Jour 2017-08-31
Date de Publication 2017-08-31
Évaluation 5.00/5 Total 1 Évaluations
Développeur Fats Gordo
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}