NoLike ImageViewer

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

Was ist NoLike ImageViewer?

NoLike ImageViewer ist eine Chrome-Erweiterung, die von westito entwickelt wurde, und ihr Hauptmerkmal ist "View posted images right on your news feed without open or like the site".

Erweiterungsscreenshots

screenshot

NoLike ImageViewer-Erweiterungs-CRX-Datei herunterladen

Laden Sie NoLike ImageViewer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name NoLike ImageViewer NoLike ImageViewer
ID mdedagicpdhjlildnilfjocbkienadfh
Offizielle URL https://chromewebstore.google.com/detail/nolike-imageviewer/mdedagicpdhjlildnilfjocbkienadfh
Beschreibung View posted images right on your news feed without open or like the site
Dateigröße 89.45 KB
Installationsanzahl 61
Aktuelle Version 1.2
Letztes Update 2014-06-25
Veröffentlichungsdatum 2014-06-25
Bewertung 2.00/5 Insgesamt 1 Bewertungen
Entwickler westito
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}