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
官方網址 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"
        }
    ]
}