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
官方URL 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
}