Moyesbuster

Replace mentions of David Moyes with...Nick Cage

What is Moyesbuster?

Moyesbuster is a Chrome extension developed by Lukas White, and its main feature is "Replace mentions of David Moyes with...Nick Cage".

Extension Screenshots

screenshot

Download Moyesbuster Extension CRX File

Download Moyesbuster extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Moyesbuster Moyesbuster
ID clfghnaffmkkoccdieenldfjfcofeefc
Official URL https://chrome.google.com/webstore/detail/moyesbuster/clfghnaffmkkoccdieenldfjfcofeefc
Description Replace mentions of David Moyes with...Nick Cage
File Size 37.2 KB
Installation Count 18
Current Version 0.1
Last Updated 2014-02-20
Publish Date 2014-02-20
Rating 1.00/5 Total 1 Ratings
Developer Lukas White
Payment Type free
Extension Website http://www.lukaswhite.com
Supported Languages 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
}