Ted Cruz is the Zodiac Killer Replacer

Add this app to your Chrome browser and replace all instances of "Ted Cruz" with "The Zodiac Killer."

Ted Cruz is the Zodiac Killer Replacerとは何ですか?

Ted Cruz is the Zodiac Killer ReplacerはBrennan Butlerによって開発されたChromeの拡張機能で、その主な機能は「Add this app to your Chrome browser and replace all instances of "Ted Cruz" with "The Zodiac Killer."」です。

拡張機能のスクリーンショット

screenshot

Ted Cruz is the Zodiac Killer Replacer拡張機能のCRXファイルをダウンロード

Ted Cruz is the Zodiac Killer Replacer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A tiny and simple extension that replaces all text instances of Ted Cruz with his true identity, The Zodiac Killer.                    

拡張機能の基本情報

名前 Ted Cruz is the Zodiac Killer Replacer Ted Cruz is the Zodiac Killer Replacer
ID iajmlnmkpiipapofijlnkechdjjmnfeg
公式URL https://chromewebstore.google.com/detail/ted-cruz-is-the-zodiac-ki/iajmlnmkpiipapofijlnkechdjjmnfeg
説明 Add this app to your Chrome browser and replace all instances of "Ted Cruz" with "The Zodiac Killer."
ファイルサイズ 59.85 KB
インストール数 36
現在のバージョン 1.4
最終更新日 2016-03-14
公開日 2016-03-14
評価 5.00/5 合計 1 レビュー
開発者 Brennan Butler
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Ted Cruz is The Zodiac Killer"
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Add this app to your Chrome browser and replace all instances of \"Ted Cruz\" with \"The Zodiac Killer.\"",
    "manifest_version": 2,
    "name": "Ted Cruz is the Zodiac Killer Replacer",
    "permissions": [
        "http:\/\/*.google.com\/",
        "http:\/\/*.com\/",
        "http:\/\/*.*\/",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4"
}