Yeezify

Yeezify the web!

什麼是Yeezify?

Yeezify是由Terkel Gjervig開發的Chrome擴展程式,該擴展的主要功能是“Yeezify the web!”。

擴展截圖

screenshot

下載Yeezify擴展crx文件

下載Yeezify擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Yeezify Yeezify
ID bnhjledfkllachkdaphpcdbmdnkaahjj
官方網址 https://chrome.google.com/webstore/detail/yeezify/bnhjledfkllachkdaphpcdbmdnkaahjj
簡介 Yeezify the web!
檔案大小 50.28 KB
安裝次數 60
目前版本 1.0.2
更新時間 2014-08-04
上架時間 2014-08-04
評分 5.00/5 共 2 次評分
開發者 Terkel Gjervig
電子郵箱 [email protected]
付費類型 free
擴展官網 http://yeezify.com
支援的語言 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:\/\/*\/*"
    ]
}