Hey Girl
Replaces all images on a given page with pictures of Ryan Gosling. HEY GIRL!
什么是Hey Girl?
Hey Girl是由Katherine Champagne开发的Chrome扩展程序,该扩展的主要功能是“Replaces all images on a given page with pictures of Ryan Gosling. HEY GIRL!”。
扩展截图
下载Hey Girl扩展crx文件
下载Hey Girl扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Instantly change all images on any given webpage to America's Sweetheart RYAN GOSLING!
Install the extension, click the heart and watch the magic happen!
\(-ㅂ-)/ ♥ ♥ ♥
UPDATED 12/31/15 WITH NEW IMAGES!
Thanks for continuing to use & love Hey Girl.
♥ ♥ ♥ \(-ㅂ-)/ 扩展基本信息
| 名称 | |
| ID | jcpmmhaffdebnmkjelaohgjmndeongip |
| 官方URL | https://chromewebstore.google.com/detail/hey-girl/jcpmmhaffdebnmkjelaohgjmndeongip |
| 简介 | Replaces all images on a given page with pictures of Ryan Gosling. HEY GIRL! |
| 文件大小 | 19.65 KB |
| 安装次数 | 4,677 |
| 当前版本 | 3.0 |
| 更新时间 | 2015-12-31 |
| 上架时间 | 2015-12-31 |
| 评分 | 4.35/5 共84次评分 |
| 开发者 | Katherine Champagne |
| 付费类型 | free |
| 扩展官网 | http://heygirl.io |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Hey Girl",
"version": "3.0",
"homepage_url": "http:\/\/heygirl.io",
"description": "Replaces all images on a given page with pictures of Ryan Gosling. HEY GIRL!",
"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 GIRL"
},
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"background.js",
"heygirl.js"
],
"persistent": false
},
"manifest_version": 2
} | |