Kanye West to Tracy Jordan

Replaces @kanyewest on Twitter with Tracy Jordan

什麼是Kanye West to Tracy Jordan?

Kanye West to Tracy Jordan是由Jordan Carroll開發的Chrome擴展程式,該擴展的主要功能是“Replaces @kanyewest on Twitter with Tracy Jordan”。

擴展截圖

screenshot

下載Kanye West to Tracy Jordan擴展crx文件

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

擴展使用說明

                        All @kanyewest's tweets now address Liz Lemon, the character on 30 Rock played by Tina Fey, to emphasize how similar his persona is to Tracy Jordan. (Another character on the show.)                    

擴展基本資訊

名稱 Kanye West to Tracy Jordan Kanye West to Tracy Jordan
ID befpbnjihjndhdhefniklcijdpdgofni
官方網址 https://chrome.google.com/webstore/detail/kanye-west-to-tracy-jorda/befpbnjihjndhdhefniklcijdpdgofni
簡介 Replaces @kanyewest on Twitter with Tracy Jordan
檔案大小 30.33 KB
安裝次數 12
目前版本 1.0
更新時間 2016-03-05
上架時間 2016-03-05
評分 5.00/5 共 1 次評分
開發者 Jordan Carroll
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kanye West to Tracy Jordan",
    "description": "Replaces @kanyewest on Twitter with Tracy Jordan",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}