NoLike ImageViewer

View posted images right on your news feed without open or like the site

ما هو NoLike ImageViewer؟

NoLike ImageViewer هو إضافة Chrome تم تطويرها بواسطة westito، والميزة الرئيسية لها هي "View posted images right on your news feed without open or like the site".

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

screenshot

تحميل ملف CRX للإضافة NoLike ImageViewer

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

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

                        Most of funsites want you to like page to view content or picture. With this extension you can view the posted picture right on your news feed without open or like the site.

Usage: Move your cursor over the image. If it's from external site, the bigger picture will appear.                    

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

الاسم NoLike ImageViewer NoLike ImageViewer
ID mdedagicpdhjlildnilfjocbkienadfh
عنوان URL الرسمي https://chromewebstore.google.com/detail/nolike-imageviewer/mdedagicpdhjlildnilfjocbkienadfh
الوصف View posted images right on your news feed without open or like the site
حجم الملف 89.45 KB
عدد التثبيتات 61
النسخة الحالية 1.2
آخر تحديث 2014-06-25
تاريخ النشر 2014-06-25
تقييم 2.00/5 مجموع تقييمات 1
المطور westito
نوع الدفع free
اللغات المدعومة en,hu
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appSortName__",
    "description": "__MSG_appDesc__",
    "version": "1.2",
    "default_locale": "en",
    "content_scripts": [
        {
            "js": [
                "nolike.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "128.png",
        "16": "128.png",
        "48": "128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "http:\/\/*.facebook.com\/*",
        "https:\/\/*.facebook.com\/*"
    ]
}