Kanye is GOD

Turn all 'God' to Kanye

Qu'est-ce que Kanye is GOD ?

Kanye is GOD est une extension Chrome développée par rborkowski4, et sa fonction principale est "Turn all 'God' to Kanye".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Kanye is GOD

Téléchargez les fichiers d'extension Kanye is GOD 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

                        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!                    

Informations de Base sur l'Extension

Nom Kanye is GOD Kanye is GOD
ID hmblaiagkmaopinmoimbiggohpjnohpf
URL Officiel https://chromewebstore.google.com/detail/kanye-is-god/hmblaiagkmaopinmoimbiggohpjnohpf
Description Turn all 'God' to Kanye
Taille du Fichier 832 KB
Nombre d'Installations 135
Version Actuelle 1.3
Dernière Mise à Jour 2016-06-30
Date de Publication 2016-06-30
Évaluation 5.00/5 Total 2 Évaluations
Développeur rborkowski4
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}