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 |
官方網址 | 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 } |