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
}