Ted Cruz Potato

This extension turns all references to Ted Cruz into 'a potato'

什麼是Ted Cruz Potato?

Ted Cruz Potato是由natekandler開發的Chrome擴展程式,該擴展的主要功能是“This extension turns all references to Ted Cruz into 'a potato'”。

擴展截圖

screenshot

下載Ted Cruz Potato擴展crx文件

下載Ted Cruz Potato擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Turns all references to Ted Cruz into 'A Potato' and replaces images with Cruz in the alt or src with an image of a potato                    

擴展基本資訊

名稱 Ted Cruz Potato Ted Cruz Potato
ID kfjelmikbelnnmlgmbmfpjkbiejgadag
官方網址 https://chromewebstore.google.com/detail/ted-cruz-potato/kfjelmikbelnnmlgmbmfpjkbiejgadag
簡介 This extension turns all references to Ted Cruz into 'a potato'
檔案大小 3.69 KB
安裝次數 305
目前版本 0.1
更新時間 2016-03-10
上架時間 2016-03-09
評分 5.00/5 共 7 次評分
開發者 natekandler
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ted Cruz Potato",
    "description": "This extension turns all references to Ted Cruz into 'a potato'",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}