Jeffy Spaghetti Mod

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

Apa itu Jeffy Spaghetti Mod?

Jeffy Spaghetti Mod adalah ekstensi Chrome yang dikembangkan oleh Fats Gordo, dan fitur utamanya adalah "Changes Jesus to Jeffy Spaghetti. Based on a tweet by @notacroc".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Jeffy Spaghetti Mod

Unduh file ekstensi Jeffy Spaghetti Mod dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Jeffy Spaghetti Mod Jeffy Spaghetti Mod
ID fmffkdnfgieligpcleojpnocmcdkekcm
URL Resmi https://chromewebstore.google.com/detail/jeffy-spaghetti-mod/fmffkdnfgieligpcleojpnocmcdkekcm
Deskripsi Changes Jesus to Jeffy Spaghetti. Based on a tweet by @notacroc
Ukuran File 52.33 KB
Jumlah Instalasi 94
Versi Saat Ini 2.1
Terakhir Diperbarui 2017-11-07
Tanggal Publikasi 2017-11-07
Penilaian 5.00/5 Total 5 Penilaian
Pengembang Fats Gordo
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}