Dicky B

Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles'

什麼是Dicky B?

Dicky B是由Thorgi開發的Chrome擴展程式,該擴展的主要功能是“Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles'”。

下載Dicky B擴展crx文件

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

擴展使用說明

                        Serves to promote the glory that is Blake Bortles.

Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles'                    

擴展基本資訊

名稱 Dicky B Dicky B
ID chmblekblbaeoekndhomhpfjhgjejhii
官方網址 https://chrome.google.com/webstore/detail/dicky-b/chmblekblbaeoekndhomhpfjhgjejhii
簡介 Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles'
檔案大小 4.72 KB
安裝次數 10
目前版本 0.1
更新時間 2015-10-25
上架時間 2015-10-25
評分 5.00/5 共 3 次評分
開發者 Thorgi
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dicky B",
    "description": "Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles'",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}