Ted Cruz is the Zodiac Killer

Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'.

Ted Cruz is the Zodiac Killer là gì?

Ted Cruz is the Zodiac Killer là một tiện ích mở rộng Chrome được phát triển bởi Andrew Kerr, và tính năng chính của nó là "Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'.".

Ả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 Ted Cruz is the Zodiac Killer

Tải xuống các tệp mở rộng Ted Cruz is the Zodiac Killer 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

                        Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'.

Obvious parody is obvious.

Source code available at https://github.com/andrewjkerr/ted-cruz-is-the-zodiac-killer.                    

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

Tên Ted Cruz is the Zodiac Killer Ted Cruz is the Zodiac Killer
ID baomlgmnamfkkmeikjbihghjiapaejgm
URL Chính Thức https://chromewebstore.google.com/detail/ted-cruz-is-the-zodiac-ki/baomlgmnamfkkmeikjbihghjiapaejgm
Mô tả Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'.
Kích Thước Tệp 3.47 KB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2016-03-03
Ngày Phát Hành 2016-03-02
Đánh Giá 4.17/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Andrew Kerr
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ted Cruz is the Zodiac Killer",
    "version": "1.0.2",
    "description": "Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'.",
    "author": "Andrew Kerr",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "zodiac-killer.js"
            ]
        }
    ],
    "short_name": "cruziszodiac",
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}