nMeme
Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell.
Apa itu nMeme?
nMeme adalah ekstensi Chrome yang dikembangkan oleh guyfawkesmint, dan fitur utamanya adalah "Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi nMeme
Unduh file ekstensi nMeme dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | ghipgjemcpdgmioojmkddgaeadfpeodd |
URL Resmi | https://chrome.google.com/webstore/detail/nmeme/ghipgjemcpdgmioojmkddgaeadfpeodd |
Deskripsi | Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell. |
Ukuran File | 1.27 MB |
Jumlah Instalasi | 42 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2014-03-25 |
Tanggal Publikasi | 2014-03-25 |
Penilaian | 1.00/5 Total 3 Penilaian |
Pengembang | guyfawkesmint |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |