Billary Clinton

Changes all text containing 'Hillary Clinton' to 'Billary Clinton'

Billary Clintonとは何ですか?

Billary Clintonはstubuchbinder79によって開発されたChromeの拡張機能で、その主な機能は「Changes all text containing 'Hillary Clinton' to 'Billary Clinton'」です。

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

screenshot

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

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

拡張機能の使用方法

                        Hillary Clinton  will never escape her husband's shadow.  This extension changes all occurrences of 'Hillary Clinton' to 'Billary Clinton'                    

拡張機能の基本情報

名前 Billary Clinton Billary Clinton
ID ifhboffmilcifpimbdjbnljhdnkaacnp
公式URL https://chromewebstore.google.com/detail/billary-clinton/ifhboffmilcifpimbdjbnljhdnkaacnp
説明 Changes all text containing 'Hillary Clinton' to 'Billary Clinton'
ファイルサイズ 3.53 KB
インストール数 18
現在のバージョン 0.1
最終更新日 2016-03-04
公開日 2016-03-04
評価 5.00/5 合計 1 レビュー
開発者 stubuchbinder79
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Billary Clinton",
    "description": "Changes all text containing 'Hillary Clinton' to 'Billary Clinton'",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}