FatBoy2FatBoy

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

Was ist FatBoy2FatBoy?

FatBoy2FatBoy ist eine Chrome-Erweiterung, die von fatboy2fatboyextension entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the text 'Kim Jong Un to Fat Boy'.".

Erweiterungsscreenshots

screenshot

FatBoy2FatBoy-Erweiterungs-CRX-Datei herunterladen

Laden Sie FatBoy2FatBoy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name FatBoy2FatBoy FatBoy2FatBoy
ID mebamnmlaejijhncenldggolfjffjeie
Offizielle URL https://chromewebstore.google.com/detail/fatboy2fatboy/mebamnmlaejijhncenldggolfjffjeie
Beschreibung Replaces the text 'Kim Jong Un to Fat Boy'.
Dateigröße 3.42 KB
Installationsanzahl 159
Aktuelle Version 1.0
Letztes Update 2016-01-16
Veröffentlichungsdatum 2016-01-16
Bewertung 3.71/5 Insgesamt 7 Bewertungen
Entwickler fatboy2fatboyextension
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}