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.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة nMeme

قم بتنزيل ملفات الامتداد nMeme بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم nMeme nMeme
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"
}