nMeme

Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell.

Co je nMeme?

nMeme je rozšíření Chrome vyvinuté guyfawkesmint, a jeho hlavní funkcí je „Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření nMeme

Stáhněte si soubory rozšíření nMeme ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell.
(nGabe is an existing fork of nCage)

All credit goes to qwertyman1. If qwertyman1 (nCage's author) isn't happy with me publishing this, I'll happily take it down on his request.                    

Základní Informace o Rozšíření

Název nMeme nMeme
ID ghipgjemcpdgmioojmkddgaeadfpeodd
Oficiální URL https://chrome.google.com/webstore/detail/nmeme/ghipgjemcpdgmioojmkddgaeadfpeodd
Popis Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell.
Velikost souboru 1.27 MB
Počet instalací 42
Aktuální Verze 1.0
Poslední Aktualizace 2014-03-25
Datum Vydání 2014-03-25
Hodnocení 1.00/5 Celkem 3 Hodnocení
Vývojář guyfawkesmint
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "jquery-1.8.0.min.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell.",
    "manifest_version": 2,
    "name": "nMeme",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}