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
} | |