Ted Cruz is the Zodiac Killer

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

什麼是Ted Cruz is the Zodiac Killer?

Ted Cruz is the Zodiac Killer是由Andrew Kerr開發的Chrome擴展程式,該擴展的主要功能是“Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'.”。

擴展截圖

screenshot

下載Ted Cruz is the Zodiac Killer擴展crx文件

下載Ted Cruz is the Zodiac Killer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Ted Cruz is the Zodiac Killer Ted Cruz is the Zodiac Killer
ID baomlgmnamfkkmeikjbihghjiapaejgm
官方網址 https://chromewebstore.google.com/detail/ted-cruz-is-the-zodiac-ki/baomlgmnamfkkmeikjbihghjiapaejgm
簡介 Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'.
檔案大小 3.47 KB
安裝次數 46
目前版本 1.0.2
更新時間 2016-03-03
上架時間 2016-03-02
評分 4.17/5 共 6 次評分
開發者 Andrew Kerr
付費類型 free
支援的語言 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:\/\/*\/*"
    ]
}