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