NoLike ImageViewer

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

Τι είναι το NoLike ImageViewer;

Το NoLike ImageViewer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον westito, και η κύρια λειτουργία του είναι "View posted images right on your news feed without open or like the site".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης NoLike ImageViewer

Λήψη αρχείων επέκτασης 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\/*"
    ]
}