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"
        }
    ]
}