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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
    ]
}