Moyesbuster

Replace mentions of David Moyes with...Nick Cage

什麼是Moyesbuster?

Moyesbuster是由Lukas White開發的Chrome擴展程式,該擴展的主要功能是“Replace mentions of David Moyes with...Nick Cage”。

擴展截圖

screenshot

下載Moyesbuster擴展crx文件

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

擴展使用說明

                        Bored of constant talk about David Moyes on every football and news site on the Internet?  This extension simply replaces his name with Nick Cage's.                    

擴展基本資訊

名稱 Moyesbuster Moyesbuster
ID clfghnaffmkkoccdieenldfjfcofeefc
官方網址 https://chrome.google.com/webstore/detail/moyesbuster/clfghnaffmkkoccdieenldfjfcofeefc
簡介 Replace mentions of David Moyes with...Nick Cage
檔案大小 37.2 KB
安裝次數 18
目前版本 0.1
更新時間 2014-02-20
上架時間 2014-02-20
評分 1.00/5 共 1 次評分
開發者 Lukas White
付費類型 free
擴展官網 http://www.lukaswhite.com
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Moyesbuster",
    "description": "Replace mentions of David Moyes with...Nick Cage",
    "version": "0.1",
    "permissions": [
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}