Moyesbuster

Replace mentions of David Moyes with...Nick Cage

Apa itu Moyesbuster?

Moyesbuster adalah ekstensi Chrome yang dikembangkan oleh Lukas White, dan fitur utamanya adalah "Replace mentions of David Moyes with...Nick Cage".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Moyesbuster

Unduh file ekstensi Moyesbuster dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Moyesbuster Moyesbuster
ID clfghnaffmkkoccdieenldfjfcofeefc
URL Resmi https://chrome.google.com/webstore/detail/moyesbuster/clfghnaffmkkoccdieenldfjfcofeefc
Deskripsi Replace mentions of David Moyes with...Nick Cage
Ukuran File 37.2 KB
Jumlah Instalasi 18
Versi Saat Ini 0.1
Terakhir Diperbarui 2014-02-20
Tanggal Publikasi 2014-02-20
Penilaian 1.00/5 Total 1 Penilaian
Pengembang Lukas White
Tipe Pembayaran free
Situs Ekstensi http://www.lukaswhite.com
Bahasa yang Didukung 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
}