Kanye West to Tracy Jordan

Replaces @kanyewest on Twitter with Tracy Jordan

Kanye West to Tracy Jordan là gì?

Kanye West to Tracy Jordan là một tiện ích mở rộng Chrome được phát triển bởi Jordan Carroll, và tính năng chính của nó là "Replaces @kanyewest on Twitter with Tracy Jordan".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Kanye West to Tracy Jordan

Tải xuống các tệp mở rộng Kanye West to Tracy Jordan dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Kanye West to Tracy Jordan Kanye West to Tracy Jordan
ID befpbnjihjndhdhefniklcijdpdgofni
URL Chính Thức https://chrome.google.com/webstore/detail/kanye-west-to-tracy-jorda/befpbnjihjndhdhefniklcijdpdgofni
Mô tả Replaces @kanyewest on Twitter with Tracy Jordan
Kích Thước Tệp 30.33 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-03-05
Ngày Phát Hành 2016-03-05
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Jordan Carroll
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}