Hey Rilch
Replaces all images on a given page with pictures of Cheryl Merkowski. HEY CHERYLLL!
什么是Hey Rilch?
Hey Rilch是由http://yeastradio.com开发的Chrome扩展程序,该扩展的主要功能是“Replaces all images on a given page with pictures of Cheryl Merkowski. HEY CHERYLLL!”。
扩展截图
下载Hey Rilch扩展crx文件
下载Hey Rilch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Cheryl Merkowski of Yeast Radio and Whorehole.org is very pretty. If you are tired of looking at your boring facebook friends pictures of all the useless chinese crap they bought, then turn on the HEY RILCH! plugin and replace all of their ugly mugs with the lovely CHEROIL! and be sure to listen to cheryl and madge on http://yeastradio.com . weuw. modified from Katherine Champagne's Hey Girl! plugin with permission. http://heygirl.io/
扩展基本信息
名称 | |
ID | ecjlngcbcebddleebhfhidgieejegiai |
官方URL | https://chrome.google.com/webstore/detail/hey-rilch/ecjlngcbcebddleebhfhidgieejegiai |
简介 | Replaces all images on a given page with pictures of Cheryl Merkowski. HEY CHERYLLL! |
文件大小 | 19.96 KB |
安装次数 | 19 |
当前版本 | 2.1 |
更新时间 | 2013-08-17 |
上架时间 | 2013-08-17 |
评分 | 5.00/5 共6次评分 |
开发者 | http://yeastradio.com |
付费类型 | free |
扩展官网 | http://yeastradio.com |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hey Rilch", "version": "2.1", "homepage_url": "http:\/\/heygirl.io", "description": "Replaces all images on a given page with pictures of Cheryl Merkowski. HEY CHERYLLL!", "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "browser_action": { "default_icon": "img\/icon_48.png", "default_title": "HEY RILCH" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js", "heyrilch.js" ], "persistent": false }, "manifest_version": 2 } |