Colonel Bernie Sanders

This extension changes "Bernie Sanders" to "Colonel Sanders" and "Feel The Bern" to "Eat The Chicken". You're welcome.

Colonel Bernie Sandersとは何ですか?

Colonel Bernie SandersはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This extension changes "Bernie Sanders" to "Colonel Sanders" and "Feel The Bern" to "Eat The Chicken". You're welcome.」です。

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

screenshot

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

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

拡張機能の使用方法

                        The internet has been poisoned by Bernie Sanders supporters that post about every single move the Senator makes. 

Is your Facebook feed polluted by an overwhelming amount of Bernie Sanders propaganda? 

If so, install this extension. You will still be bombarded by Bernie Sanders news, but you'll smile because your browser will refer to him as "Colonel Sanders." Additionally, anytime a Colonel Sanders supporter feels the need to post that they "feel the Bern," it will be changed to "eat the chicken."                    

拡張機能の基本情報

名前 Colonel Bernie Sanders Colonel Bernie Sanders
ID mbpigddpknncbjjihcalgjjbpkfjpenc
公式URL https://chromewebstore.google.com/detail/colonel-bernie-sanders/mbpigddpknncbjjihcalgjjbpkfjpenc
説明 This extension changes "Bernie Sanders" to "Colonel Sanders" and "Feel The Bern" to "Eat The Chicken". You're welcome.
ファイルサイズ 37.61 KB
インストール数 29
現在のバージョン 0.1
最終更新日 2016-04-06
公開日 2016-04-06
評価 5.00/5 合計 1 レビュー
開発者 Unknown
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Colonel Bernie Sanders",
    "description": "This extension changes \"Bernie Sanders\" to \"Colonel Sanders\" and \"Feel The Bern\" to \"Eat The Chicken\". You're welcome.",
    "version": "0.1",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}