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
公式URL 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"
    }
}