Yeezify
Yeezify the web!
什么是Yeezify?
Yeezify是由Terkel Gjervig开发的Chrome扩展程序,该扩展的主要功能是“Yeezify the web!”。
扩展截图
下载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!
扩展基本信息
名称 | |
ID | bnhjledfkllachkdaphpcdbmdnkaahjj |
官方URL | 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:\/\/*\/*" ] } |