nMeme
Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell.
Wat is nMeme?
nMeme is een Chrome-extensie ontwikkeld door guyfawkesmint, en de belangrijkste functie is "Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell.".
Extensie Screenshots
Download het CRX-bestand van de extensie nMeme
Download nMeme-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ghipgjemcpdgmioojmkddgaeadfpeodd |
Officiële URL | https://chrome.google.com/webstore/detail/nmeme/ghipgjemcpdgmioojmkddgaeadfpeodd |
Beschrijving | Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell. |
Bestandsgrootte | 1.27 MB |
Aantal Installaties | 42 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-03-25 |
Publicatiedatum | 2014-03-25 |
Beoordeling | 1.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | guyfawkesmint |
Betalingswijze | free |
Ondersteunde Talen | 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" } |