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 - это расширение Chrome, разработанное guyfawkesmint, и его основная функция - "Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell.".
Снимки экрана расширения
Скачать файл CRX расширения nMeme
Скачайте файлы расширений 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" } |