Kanye Glasses for Chrome

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

什麼是Kanye Glasses for Chrome?

Kanye Glasses for Chrome是由Upgrade Avenue開發的Chrome擴展程式,該擴展的主要功能是“Browse the internet through Kanye's eyes! The greatest chrome extension OF ALL TIME!”。

擴展截圖

screenshot

下載Kanye Glasses for Chrome擴展crx文件

下載Kanye Glasses for Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Kanye Glasses for Chrome Kanye Glasses for Chrome
ID ebbbjaaohdcnfjaalglimhaoogaiaggp
官方網址 https://chromewebstore.google.com/detail/kanye-glasses-for-chrome/ebbbjaaohdcnfjaalglimhaoogaiaggp
簡介 Browse the internet through Kanye's eyes! The greatest chrome extension OF ALL TIME!
檔案大小 59.2 KB
安裝次數 285
目前版本 1.0.0
更新時間 2016-10-18
上架時間 2016-10-18
評分 4.75/5 共 4 次評分
開發者 Upgrade Avenue
付費類型 free
支援的語言 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:\/\/*\/*"
    ]
}