NoLike ImageViewer

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

Wat is NoLike ImageViewer?

NoLike ImageViewer is een Chrome-extensie ontwikkeld door westito, en de belangrijkste functie is "View posted images right on your news feed without open or like the site".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie NoLike ImageViewer

Download NoLike ImageViewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam NoLike ImageViewer NoLike ImageViewer
ID mdedagicpdhjlildnilfjocbkienadfh
Officiële URL https://chromewebstore.google.com/detail/nolike-imageviewer/mdedagicpdhjlildnilfjocbkienadfh
Beschrijving View posted images right on your news feed without open or like the site
Bestandsgrootte 89.45 KB
Aantal Installaties 61
Huidige Versie 1.2
Laatst Bijgewerkt 2014-06-25
Publicatiedatum 2014-06-25
Beoordeling 2.00/5 Totaal 1 Beoordelingen
Ontwikkelaar westito
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}