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
公式URL 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:\/\/*\/*"
    ]
}