NoLike ImageViewer

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

什么是NoLike ImageViewer?

NoLike ImageViewer是由westito开发的Chrome扩展程序,该扩展的主要功能是“View posted images right on your news feed without open or like the site”。

扩展截图

screenshot

下载NoLike ImageViewer扩展crx文件

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