NoLike ImageViewer

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

Apa itu NoLike ImageViewer?

NoLike ImageViewer adalah ekstensi Chrome yang dikembangkan oleh westito, dan fitur utamanya adalah "View posted images right on your news feed without open or like the site".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi NoLike ImageViewer

Unduh file ekstensi NoLike ImageViewer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama NoLike ImageViewer NoLike ImageViewer
ID mdedagicpdhjlildnilfjocbkienadfh
URL Resmi https://chromewebstore.google.com/detail/nolike-imageviewer/mdedagicpdhjlildnilfjocbkienadfh
Deskripsi View posted images right on your news feed without open or like the site
Ukuran File 89.45 KB
Jumlah Instalasi 61
Versi Saat Ini 1.2
Terakhir Diperbarui 2014-06-25
Tanggal Publikasi 2014-06-25
Penilaian 2.00/5 Total 1 Penilaian
Pengembang westito
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
    ]
}