Hey Girl

Replaces all images on a given page with pictures of Ryan Gosling. HEY GIRL!

Hey Girlคืออะไร?

Hey Girl เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Katherine Champagne และคุณลักษณะหลักของมันคือ "Replaces all images on a given page with pictures of Ryan Gosling. HEY GIRL!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hey Girl

ดาวน์โหลดไฟล์ส่วนขยาย 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. 
 ♥ ♥ ♥ \(-ㅂ-)/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Hey Girl 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
}