9ZOOM - 9gag Avatar Zoom

Unofficial extension that zooms the 9gag users avatars on mouse hover.

ما هو 9ZOOM - 9gag Avatar Zoom؟

9ZOOM - 9gag Avatar Zoom هو إضافة Chrome تم تطويرها بواسطة slipknoize، والميزة الرئيسية لها هي "Unofficial extension that zooms the 9gag users avatars on mouse hover.".

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

screenshot

تحميل ملف CRX للإضافة 9ZOOM - 9gag Avatar Zoom

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

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

                        With 9ZOOM you can view a bigger Avatar Picture from 9gag.com commentary section. Just mouse hover the original user profile image, and see the magic happening!                    

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

الاسم 9ZOOM - 9gag Avatar Zoom 9ZOOM - 9gag Avatar Zoom
ID amlibgjdibjookcmegippkkcpkflbgio
عنوان URL الرسمي https://chrome.google.com/webstore/detail/9zoom-9gag-avatar-zoom/amlibgjdibjookcmegippkkcpkflbgio
الوصف Unofficial extension that zooms the 9gag users avatars on mouse hover.
حجم الملف 132 KB
عدد التثبيتات 44
النسخة الحالية 0.1.3
آخر تحديث 2017-02-24
تاريخ النشر 2017-02-24
تقييم 3.86/5 مجموع تقييمات 7
المطور slipknoize
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "9ZOOM - 9gag Avatar Zoom",
    "short_name": "9ZOOM",
    "version": "0.1.3",
    "manifest_version": 2,
    "description": "Unofficial extension that zooms the 9gag users avatars on mouse hover.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "9ZOOM",
        "default_popup": "extension.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.9gag.com\/*",
                "https:\/\/*.9gag.com\/*"
            ],
            "js": [
                "jquery.js",
                "9zoom.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "spinner.gif"
    ]
}