nMeme

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

Was ist nMeme?

nMeme ist eine Chrome-Erweiterung, die von guyfawkesmint entwickelt wurde, und ihr Hauptmerkmal ist "Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell.".

Erweiterungsscreenshots

screenshot

nMeme-Erweiterungs-CRX-Datei herunterladen

Laden Sie nMeme-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name nMeme nMeme
ID ghipgjemcpdgmioojmkddgaeadfpeodd
Offizielle URL https://chrome.google.com/webstore/detail/nmeme/ghipgjemcpdgmioojmkddgaeadfpeodd
Beschreibung Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell.
Dateigröße 1.27 MB
Installationsanzahl 42
Aktuelle Version 1.0
Letztes Update 2014-03-25
Veröffentlichungsdatum 2014-03-25
Bewertung 1.00/5 Insgesamt 3 Bewertungen
Entwickler guyfawkesmint
Zahlungsart free
Unterstützte Sprachen 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"
}