NoLike ImageViewer

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

What is NoLike ImageViewer?

NoLike ImageViewer is a Chrome extension developed by westito, and its main feature is "View posted images right on your news feed without open or like the site".

Extension Screenshots

screenshot

Download NoLike ImageViewer Extension CRX File

Download NoLike ImageViewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name NoLike ImageViewer NoLike ImageViewer
ID mdedagicpdhjlildnilfjocbkienadfh
Official URL https://chromewebstore.google.com/detail/nolike-imageviewer/mdedagicpdhjlildnilfjocbkienadfh
Description View posted images right on your news feed without open or like the site
File Size 89.45 KB
Installation Count 61
Current Version 1.2
Last Updated 2014-06-25
Publish Date 2014-06-25
Rating 2.00/5 Total 1 Ratings
Developer westito
Payment Type free
Supported Languages 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\/*"
    ]
}