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
官方網址 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"
        }
    ]
}