Focus Group to A Bunch of Talking Ducks

Replaces the text 'focus group' with 'a bunch of talking ducks'.

Focus Group to A Bunch of Talking Ducksとは何ですか?

Focus Group to A Bunch of Talking DucksはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Replaces the text 'focus group' with 'a bunch of talking ducks'.」です。

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

screenshot

Focus Group to A Bunch of Talking Ducks拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Changes all instances "focus group" to "a bunch of talking ducks," because focus groups are terrible.                    

拡張機能の基本情報

名前 Focus Group to A Bunch of Talking Ducks Focus Group to A Bunch of Talking Ducks
ID pdjlbbnonfklakaacbelpkajgkjljmfp
公式URL https://chromewebstore.google.com/detail/focus-group-to-a-bunch-of/pdjlbbnonfklakaacbelpkajgkjljmfp
説明 Replaces the text 'focus group' with 'a bunch of talking ducks'.
ファイルサイズ 3.4 KB
インストール数 10
現在のバージョン 1.0
最終更新日 2015-11-18
公開日 2015-11-18
評価 5.00/5 合計 1 レビュー
開発者 Unknown
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Focus Group to A Bunch of Talking Ducks",
    "version": "1.0",
    "description": "Replaces the text 'focus group' with 'a bunch of talking ducks'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}