nMeme
Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell.
O que é nMeme?
nMeme é uma extensão do Chrome desenvolvida por guyfawkesmint, e sua principal característica é "Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão nMeme
Baixe arquivos de extensão nMeme no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | ghipgjemcpdgmioojmkddgaeadfpeodd |
URL Oficial | https://chrome.google.com/webstore/detail/nmeme/ghipgjemcpdgmioojmkddgaeadfpeodd |
Descrição | Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell. |
Tamanho do Arquivo | 1.27 MB |
Contagem de Instalações | 42 |
Versão Atual | 1.0 |
Última Atualização | 2014-03-25 |
Data de Publicação | 2014-03-25 |
Classificação | 1.00/5 Total de 3 Avaliações |
Desenvolvedor | guyfawkesmint |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |