nMeme
Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell.
What is nMeme?
nMeme is a Chrome extension developed by guyfawkesmint, and its main feature is "Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell.".
Extension Screenshots
Download nMeme Extension CRX File
Download nMeme extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ghipgjemcpdgmioojmkddgaeadfpeodd |
Official URL | https://chrome.google.com/webstore/detail/nmeme/ghipgjemcpdgmioojmkddgaeadfpeodd |
Description | Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell. |
File Size | 1.27 MB |
Installation Count | 42 |
Current Version | 1.0 |
Last Updated | 2014-03-25 |
Publish Date | 2014-03-25 |
Rating | 1.00/5 Total 3 Ratings |
Developer | guyfawkesmint |
Payment Type | free |
Supported Languages | 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" } |