HotToHonk

Replace all instances of hot to honk, in celebration of the release of Untitled Goose Game. Also a funny joke related to hotfixes.

HotToHonkとは何ですか?

HotToHonkはCain Kilgoreによって開発されたChromeの拡張機能で、その主な機能は「Replace all instances of hot to honk, in celebration of the release of Untitled Goose Game. Also a funny joke related to hotfixes.」です。

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

screenshot

HotToHonk拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Hot to Honk is a simple Chrome Extension which takes over your page and replaces any instances of "hot" to "honk". Subtle, but it's guaranteed to get you at some point. Install it on a friend's computer, install it on a co-workers computer, get really confused at GitHub Hotfixes, and much more!                    

拡張機能の基本情報

名前 HotToHonk HotToHonk
ID mhpfnbgjphkldelhiainlmlpofpjnlak
公式URL https://chrome.google.com/webstore/detail/hottohonk/mhpfnbgjphkldelhiainlmlpofpjnlak
説明 Replace all instances of hot to honk, in celebration of the release of Untitled Goose Game. Also a funny joke related to hotfixes.
ファイルサイズ 52.52 KB
インストール数 78
現在のバージョン 0.0.1
最終更新日 2019-10-30
公開日 2019-10-30
評価 4.25/5 合計 4 レビュー
開発者 Cain Kilgore
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://cainkilgore.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HotToHonk",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Replace all instances of hot to honk, in celebration of the release of Untitled Goose Game. Also a funny joke related to hotfixes.",
    "homepage_url": "https:\/\/cainkilgore.com",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "128": "honk.png"
    }
}