Kanye is GOD

Turn all 'God' to Kanye

Kanye is GODとは何ですか?

Kanye is GODはrborkowski4によって開発されたChromeの拡張機能で、その主な機能は「Turn all 'God' to Kanye」です。

拡張機能のスクリーンショット

screenshot
screenshot

Kanye is GOD拡張機能のCRXファイルをダウンロード

Kanye is GOD拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Have you ever just wanted more Kanye in your life?! Well now is your chance! While we all celebrate and worship different Gods, we can all agree on one thing.... KANYE IS GOD. YEEZUS!                    

拡張機能の基本情報

名前 Kanye is GOD Kanye is GOD
ID hmblaiagkmaopinmoimbiggohpjnohpf
公式URL https://chromewebstore.google.com/detail/kanye-is-god/hmblaiagkmaopinmoimbiggohpjnohpf
説明 Turn all 'God' to Kanye
ファイルサイズ 832 KB
インストール数 135
現在のバージョン 1.3
最終更新日 2016-06-30
公開日 2016-06-30
評価 5.00/5 合計 2 レビュー
開発者 rborkowski4
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kanye is GOD",
    "description": "Turn all 'God' to Kanye",
    "version": "1.3",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "browser_action": {
        "default_title": " Incognito Window",
        "default_icon": "images\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}