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…

What is Wisdom From Kanye?

Wisdom From Kanye is a Chrome extension developed by https://wisdomfromkanye.com, and its main feature is "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…".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Wisdom From Kanye Extension CRX File

Download Wisdom From Kanye extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Wisdom From Kanye Wisdom From Kanye
ID dbahdcnbbleloehclkcdmkgfioglbkmc
Official URL 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…
File Size 164 KB
Installation Count 120
Current Version 0.6
Last Updated 2018-04-29
Publish Date 2018-04-28
Rating 5.00/5 Total 1 Ratings
Developer https://wisdomfromkanye.com
Email [email protected]
Payment Type free
Extension Website https://wisdomfromkanye.com
Help Page URL https://github.com/sethcottle/kanye-chrome-extension
Supported Languages 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"
    }
}