FatBoy2FatBoy

Replaces the text 'Kim Jong Un to Fat Boy'.

Cos'è FatBoy2FatBoy?

FatBoy2FatBoy è un'estensione di Chrome sviluppata da fatboy2fatboyextension, e la sua funzione principale è "Replaces the text 'Kim Jong Un to Fat Boy'.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione FatBoy2FatBoy

Scarica i file di estensione FatBoy2FatBoy 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

                        I just modified the cloud to butt extension to make Kim Jong Un's feeling hurt                    

Informazioni di Base sull'Estensione

Nome FatBoy2FatBoy FatBoy2FatBoy
ID mebamnmlaejijhncenldggolfjffjeie
URL Ufficiale https://chromewebstore.google.com/detail/fatboy2fatboy/mebamnmlaejijhncenldggolfjffjeie
Descrizione Replaces the text 'Kim Jong Un to Fat Boy'.
Dimensione del File 3.42 KB
Conteggio Installazioni 159
Versione Corrente 1.0
Ultimo Aggiornamento 2016-01-16
Data di Pubblicazione 2016-01-16
Valutazione 3.71/5 Totale 7 Valutazioni
Sviluppatore fatboy2fatboyextension
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FatBoy2FatBoy",
    "version": "1.0",
    "description": "Replaces the text 'Kim Jong Un to Fat Boy'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}