Harambe Lives

A secret reminder to us all, that he's still here.

ما هو Harambe Lives؟

Harambe Lives هو إضافة Chrome تم تطويرها بواسطة norton.seanm، والميزة الرئيسية لها هي "A secret reminder to us all, that he's still here.".

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

screenshot

تحميل ملف CRX للإضافة Harambe Lives

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

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

                        This extension will randomly add Harambe to every page when you mouse over an image.
I recommend installing this on a parents or mates chrome just to mess with them.                    

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

الاسم Harambe Lives Harambe Lives
ID elaapbnomecicnkmcnlenhgilopocigg
عنوان URL الرسمي https://chromewebstore.google.com/detail/harambe-lives/elaapbnomecicnkmcnlenhgilopocigg
الوصف A secret reminder to us all, that he's still here.
حجم الملف 169 KB
عدد التثبيتات 0
النسخة الحالية 0.1
آخر تحديث 2016-09-06
تاريخ النشر 2016-09-05
المطور norton.seanm
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Harambe Lives",
    "version": "0.1",
    "description": "A secret reminder to us all, that he's still here.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.1.0.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}