Yeezify

Yeezify the web!

Yeezify là gì?

Yeezify là một tiện ích mở rộng Chrome được phát triển bởi Terkel Gjervig, và tính năng chính của nó là "Yeezify the web!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Yeezify

Tải xuống các tệp mở rộng Yeezify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Yeezify Yeezify
ID bnhjledfkllachkdaphpcdbmdnkaahjj
URL Chính Thức https://chrome.google.com/webstore/detail/yeezify/bnhjledfkllachkdaphpcdbmdnkaahjj
Mô tả Yeezify the web!
Kích Thước Tệp 50.28 KB
Số Lần Cài Đặt 60
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2014-08-04
Ngày Phát Hành 2014-08-04
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Terkel Gjervig
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://yeezify.com
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}