Yeezify

Yeezify the web!

What is Yeezify?

Yeezify is a Chrome extension developed by Terkel Gjervig, and its main feature is "Yeezify the web!".

Extension Screenshots

screenshot

Download Yeezify Extension CRX File

Download Yeezify 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

                        Sick of your Facebook friends? News getting you down? Boring images? Yeezify is a Chrome extenion that changes every image on a webpage to one of Kanye West.

Instantly change all images on any given webpage to Yeezus.
Install the extension, click the Kanye head and watch the magic happen!                    

Extension Basic Information

Name Yeezify Yeezify
ID bnhjledfkllachkdaphpcdbmdnkaahjj
Official URL https://chrome.google.com/webstore/detail/yeezify/bnhjledfkllachkdaphpcdbmdnkaahjj
Description Yeezify the web!
File Size 50.28 KB
Installation Count 60
Current Version 1.0.2
Last Updated 2014-08-04
Publish Date 2014-08-04
Rating 5.00/5 Total 2 Ratings
Developer Terkel Gjervig
Email [email protected]
Payment Type free
Extension Website http://yeezify.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yeezify",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Yeezify the web!",
    "author": "Terkel Gjervig",
    "short_name": "Yeezify",
    "homepage_url": "http:\/\/yeezify.terkel.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js",
            "src\/bg\/yeezify.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "I'mma fix it"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}