Jeffy Spaghetti Mod

Changes Jesus to Jeffy Spaghetti. Based on a tweet by @notacroc

Qu'est-ce que Jeffy Spaghetti Mod ?

Jeffy Spaghetti Mod est une extension Chrome développée par Fats Gordo, et sa fonction principale est "Changes Jesus to Jeffy Spaghetti. Based on a tweet by @notacroc".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Jeffy Spaghetti Mod

Téléchargez les fichiers d'extension Jeffy Spaghetti 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

                        This extension changes the word 'Jesus', 'Jesus Chist', or 'Christ' to 'Jeffy Spaghetti'.

Based on a tweet by the hilarious @notacroc
Idea by @Ocean_40
Created by @fatsgordo

Link to Tweet: https://twitter.com/notacroc/status/850163533421699072 

Icon Image: https://www.pinterest.com/pin/522699100478258523                    

Informations de Base sur l'Extension

Nom Jeffy Spaghetti Mod Jeffy Spaghetti Mod
ID fmffkdnfgieligpcleojpnocmcdkekcm
URL Officiel https://chromewebstore.google.com/detail/jeffy-spaghetti-mod/fmffkdnfgieligpcleojpnocmcdkekcm
Description Changes Jesus to Jeffy Spaghetti. Based on a tweet by @notacroc
Taille du Fichier 52.33 KB
Nombre d'Installations 94
Version Actuelle 2.1
Dernière Mise à Jour 2017-11-07
Date de Publication 2017-11-07
Évaluation 5.00/5 Total 5 É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": "Jeffy Spaghetti Mod",
    "description": "Changes Jesus to Jeffy Spaghetti. Based on a tweet by @notacroc",
    "version": "2.1",
    "browser_action": {
        "default_icon": "SpaghettiJesus.png",
        "default_title": "icon"
    },
    "icons": {
        "32": "SpaghettiJesus.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}