Moyesbuster

Replace mentions of David Moyes with...Nick Cage

Vad är Moyesbuster?

Moyesbuster är en Chrome-tillägg utvecklad av Lukas White, och dess huvudfunktion är "Replace mentions of David Moyes with...Nick Cage".

Tilläggsskärmbilder

screenshot

Ladda ner Moyesbuster-förlängningens CRX-fil

Ladda ner Moyesbuster-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Moyesbuster Moyesbuster
ID clfghnaffmkkoccdieenldfjfcofeefc
Officiell webbadress https://chrome.google.com/webstore/detail/moyesbuster/clfghnaffmkkoccdieenldfjfcofeefc
Beskrivning Replace mentions of David Moyes with...Nick Cage
Filstorlek 37.2 KB
Antal Installationer 18
Aktuell Version 0.1
Senast Uppdaterad 2014-02-20
Publiceringsdatum 2014-02-20
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare Lukas White
Betalningssätt free
Tilläggswebbplats http://www.lukaswhite.com
Stödda Språk 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
}