Kanye Glasses for Chrome

Browse the internet through Kanye's eyes! The greatest chrome extension OF ALL TIME!

Kanye Glasses for Chrome là gì?

Kanye Glasses for Chrome là một tiện ích mở rộng Chrome được phát triển bởi Upgrade Avenue, và tính năng chính của nó là "Browse the internet through Kanye's eyes! The greatest chrome extension OF ALL TIME!".

Ả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 Kanye Glasses for Chrome

Tải xuống các tệp mở rộng Kanye Glasses for Chrome 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

                        Look at the world through Kanye's eyes. This is the greatest chrome extension of all time, OF ALL TIME.

Don't worry, you can disable it when you've had your share of Kanye glasses at anytime. 

The extension is free. But you can buy me a cup of coffee. 
dogecoin: D6hfHXH9b1Yq9Tj2GVm645ehKXvLDM7729
bitcoin: 13BTnCimcPPMfaMVwtADmVE7NtbWTTW2fH

such generous. much thanks. very wow.                    

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

Tên Kanye Glasses for Chrome Kanye Glasses for Chrome
ID ebbbjaaohdcnfjaalglimhaoogaiaggp
URL Chính Thức https://chromewebstore.google.com/detail/kanye-glasses-for-chrome/ebbbjaaohdcnfjaalglimhaoogaiaggp
Mô tả Browse the internet through Kanye's eyes! The greatest chrome extension OF ALL TIME!
Kích Thước Tệp 59.2 KB
Số Lần Cài Đặt 285
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2016-10-18
Ngày Phát Hành 2016-10-18
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Upgrade Avenue
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kanye Glasses for Chrome",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Browse the internet through Kanye's eyes! The greatest chrome extension OF ALL TIME!",
    "icons": {
        "16": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon.png",
            "38": "images\/icon.png"
        },
        "default_title": "Kanye Glasses"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}