nMeme
Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell.
什么是nMeme?
nMeme是由guyfawkesmint开发的Chrome扩展程序,该扩展的主要功能是“Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell.”。
扩展截图
下载nMeme扩展crx文件
下载nMeme扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | ghipgjemcpdgmioojmkddgaeadfpeodd |
官方URL | https://chrome.google.com/webstore/detail/nmeme/ghipgjemcpdgmioojmkddgaeadfpeodd |
简介 | Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell. |
文件大小 | 1.27 MB |
安装次数 | 42 |
当前版本 | 1.0 |
更新时间 | 2014-03-25 |
上架时间 | 2014-03-25 |
评分 | 1.00/5 共3次评分 |
开发者 | guyfawkesmint |
付费类型 | free |
支持的语言 | 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" } |