Bumpercar Candysnatch

Replaces Benedict Cumberbatch with silly names

什麼是Bumpercar Candysnatch?

Bumpercar Candysnatch是由Viktor Seč開發的Chrome擴展程式,該擴展的主要功能是“Replaces Benedict Cumberbatch with silly names”。

擴展截圖

screenshot

下載Bumpercar Candysnatch擴展crx文件

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

擴展使用說明

                        Inspiration and original substitutions come from the following AskReddit thread:

https://www.reddit.com/r/AskReddit/comments/5ccuwq/whats_your_best_approximation_of_benedict/

Source available on GitHub: https://github.com/viktorsec/bumpercar-candysnatch                    

擴展基本資訊

名稱 Bumpercar Candysnatch Bumpercar Candysnatch
ID gfgeflpiolnadakikfnhlmlmnbmadbaj
官方網址 https://chromewebstore.google.com/detail/bumpercar-candysnatch/gfgeflpiolnadakikfnhlmlmnbmadbaj
簡介 Replaces Benedict Cumberbatch with silly names
檔案大小 5.02 KB
安裝次數 41
目前版本 0.1.2
更新時間 2016-11-12
上架時間 2016-11-12
評分 5.00/5 共 4 次評分
開發者 Viktor Seč
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/viktorsec/bumpercar-candysnatch
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bumpercar Candysnatch",
    "description": "Replaces Benedict Cumberbatch with silly names",
    "version": "0.1.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}