Kanye is GOD

Turn all 'God' to Kanye

Was ist Kanye is GOD?

Kanye is GOD ist eine Chrome-Erweiterung, die von rborkowski4 entwickelt wurde, und ihr Hauptmerkmal ist "Turn all 'God' to Kanye".

Erweiterungsscreenshots

screenshot
screenshot

Kanye is GOD-Erweiterungs-CRX-Datei herunterladen

Laden Sie Kanye is GOD-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

                        Have you ever just wanted more Kanye in your life?! Well now is your chance! While we all celebrate and worship different Gods, we can all agree on one thing.... KANYE IS GOD. YEEZUS!                    

Grundlegende Informationen zur Erweiterung

Name Kanye is GOD Kanye is GOD
ID hmblaiagkmaopinmoimbiggohpjnohpf
Offizielle URL https://chromewebstore.google.com/detail/kanye-is-god/hmblaiagkmaopinmoimbiggohpjnohpf
Beschreibung Turn all 'God' to Kanye
Dateigröße 832 KB
Installationsanzahl 135
Aktuelle Version 1.3
Letztes Update 2016-06-30
Veröffentlichungsdatum 2016-06-30
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler rborkowski4
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kanye is GOD",
    "description": "Turn all 'God' to Kanye",
    "version": "1.3",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "browser_action": {
        "default_title": " Incognito Window",
        "default_icon": "images\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}