nMeme
Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell.
Co to jest nMeme?
nMeme to rozszerzenie Chrome opracowane przez guyfawkesmint, a jego główną funkcją jest „Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia nMeme
Pobierz pliki rozszerzeń nMeme w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ghipgjemcpdgmioojmkddgaeadfpeodd |
Oficjalny URL | https://chrome.google.com/webstore/detail/nmeme/ghipgjemcpdgmioojmkddgaeadfpeodd |
Opis | Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell. |
Rozmiar pliku | 1.27 MB |
Liczba instalacji | 42 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2014-03-25 |
Data Publikacji | 2014-03-25 |
Ocena | 1.00/5 Łącznie 3 Oceny |
Deweloper | guyfawkesmint |
Typ Płatności | free |
Obsługiwane Języki | 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" } |