NoLike ImageViewer

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

NoLike ImageViewer là gì?

NoLike ImageViewer là một tiện ích mở rộng Chrome được phát triển bởi westito, và tính năng chính của nó là "View posted images right on your news feed without open or like the site".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng NoLike ImageViewer

Tải xuống các tệp mở rộng NoLike ImageViewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NoLike ImageViewer NoLike ImageViewer
ID mdedagicpdhjlildnilfjocbkienadfh
URL Chính Thức https://chromewebstore.google.com/detail/nolike-imageviewer/mdedagicpdhjlildnilfjocbkienadfh
Mô tả View posted images right on your news feed without open or like the site
Kích Thước Tệp 89.45 KB
Số Lần Cài Đặt 61
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2014-06-25
Ngày Phát Hành 2014-06-25
Đánh Giá 2.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển westito
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}