Yeezify

Yeezify the web!

Yeezifyคืออะไร?

Yeezify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Terkel Gjervig และคุณลักษณะหลักของมันคือ "Yeezify the web!"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Yeezify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Sick of your Facebook friends? News getting you down? Boring images? Yeezify is a Chrome extenion that changes every image on a webpage to one of Kanye West.

Instantly change all images on any given webpage to Yeezus.
Install the extension, click the Kanye head and watch the magic happen!                    

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

ชื่อ Yeezify Yeezify
ID bnhjledfkllachkdaphpcdbmdnkaahjj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/yeezify/bnhjledfkllachkdaphpcdbmdnkaahjj
คำอธิบาย Yeezify the web!
ขนาดไฟล์ 50.28 KB
จำนวนการติดตั้ง 60
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2014-08-04
วันที่เผยแพร่ 2014-08-04
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Terkel Gjervig
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://yeezify.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yeezify",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Yeezify the web!",
    "author": "Terkel Gjervig",
    "short_name": "Yeezify",
    "homepage_url": "http:\/\/yeezify.terkel.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js",
            "src\/bg\/yeezify.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "I'mma fix it"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}