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