Wisdom From Kanye

Now that Kanye West is back on Twitter, you can get that next level Kanye wisdom in every New Tab you open. You even get to…

Qu'est-ce que Wisdom From Kanye ?

Wisdom From Kanye est une extension Chrome développée par https://wisdomfromkanye.com, et sa fonction principale est "Now that Kanye West is back on Twitter, you can get that next level Kanye wisdom in every New Tab you open. You even get to…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Wisdom From Kanye

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

                        Now that Kanye West is back on Twitter, you can get that next level Kanye wisdom in every New Tab you open. You even get to reminisce in that epic font from The Life of Pablo merch. 🔥A small project brought to you by Seth Cottle & Casey Cavanagh. Now open source, check it out on Github!                    

Informations de Base sur l'Extension

Nom Wisdom From Kanye Wisdom From Kanye
ID dbahdcnbbleloehclkcdmkgfioglbkmc
URL Officiel https://chromewebstore.google.com/detail/wisdom-from-kanye/dbahdcnbbleloehclkcdmkgfioglbkmc
Description Now that Kanye West is back on Twitter, you can get that next level Kanye wisdom in every New Tab you open. You even get to…
Taille du Fichier 164 KB
Nombre d'Installations 120
Version Actuelle 0.6
Dernière Mise à Jour 2018-04-29
Date de Publication 2018-04-28
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://wisdomfromkanye.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://wisdomfromkanye.com
URL de la Page d'Aide https://github.com/sethcottle/kanye-chrome-extension
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wisdom From Kanye",
    "version": "0.6",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons\/48.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}