nMeme
Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell.
Cos'è nMeme?
nMeme è un'estensione di Chrome sviluppata da guyfawkesmint, e la sua funzione principale è "Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione nMeme
Scarica i file di estensione nMeme in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ghipgjemcpdgmioojmkddgaeadfpeodd |
URL Ufficiale | https://chrome.google.com/webstore/detail/nmeme/ghipgjemcpdgmioojmkddgaeadfpeodd |
Descrizione | Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell. |
Dimensione del File | 1.27 MB |
Conteggio Installazioni | 42 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2014-03-25 |
Data di Pubblicazione | 2014-03-25 |
Valutazione | 1.00/5 Totale 3 Valutazioni |
Sviluppatore | guyfawkesmint |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |