Moyesbuster

Replace mentions of David Moyes with...Nick Cage

Co to jest Moyesbuster?

Moyesbuster to rozszerzenie Chrome opracowane przez Lukas White, a jego główną funkcją jest „Replace mentions of David Moyes with...Nick Cage”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Moyesbuster

Pobierz pliki rozszerzeń Moyesbuster w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Moyesbuster Moyesbuster
ID clfghnaffmkkoccdieenldfjfcofeefc
Oficjalny URL https://chrome.google.com/webstore/detail/moyesbuster/clfghnaffmkkoccdieenldfjfcofeefc
Opis Replace mentions of David Moyes with...Nick Cage
Rozmiar pliku 37.2 KB
Liczba instalacji 18
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2014-02-20
Data Publikacji 2014-02-20
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper Lukas White
Typ Płatności free
Strona Rozszerzenia http://www.lukaswhite.com
Obsługiwane Języki 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
}