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
公式URL 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:\/\/*\/*"
    ]
}