Messenger & Notifier for Facebook™

Provides an easy access to - messenger.com - and notifies you of new posts.

Τι είναι το Messenger & Notifier for Facebook™;

Το Messenger & Notifier for Facebook™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Grephy, και η κύρια λειτουργία του είναι "Provides an easy access to - messenger.com - and notifies you of new posts.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Messenger & Notifier for Facebook™

Λήψη αρχείων επέκτασης Messenger & Notifier for Facebook™ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Messenger & Notifier for Facebook™ is an easy way to check "messenger.com" from your desktop machine. Clicking on the toolbar icon, renders messenger.com in a small UI attached to the toolbar popup. Moreover, you will get badge notification for all incoming messages.

Important Note: Messenger & Notifier for Facebook™ does NOT belong or related to the official Facebook or Messenger web application or website at all. It is basically an unofficial extension that is developed and maintained independently. The official www.messenger.com website and web-app is only released for smart-phones and the web. This unofficial extension is a wrapper to the original messenger.com web-app and tries to make it usable as a browser extension.

Some important features:
1. A comprehensive Messenger client right in your browser's toolbar.
2. Notifies you every time something happens on messenger.com within the people you follow via badge-icon text.
3. Features all messenger.com functions in a customizable UI (see Options page).
4. Options page has few settings to adjust including badge-icon text color.

Note 1: after installing the addon and before opening the UI (toolbar popup) please log-in to www.messenger.com via a Browser Tab. For some reason, the log-in page does NOT work from toolbar-popup UI.

Note 2: in order to submit bugs, please go to the addon's homepage (http://mybrowseraddon.com/facebook-messenger.html) and fill the Bug report form.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Messenger & Notifier for Facebook™ Messenger & Notifier for Facebook™
ID kahmhmlnbgnkcdkedieeokmfgifjgaap
Επίσημο URL https://chromewebstore.google.com/detail/messenger-notifier-for-fa/kahmhmlnbgnkcdkedieeokmfgifjgaap
Περιγραφή Provides an easy access to - messenger.com - and notifies you of new posts.
Μέγεθος Αρχείου 69.82 KB
Αριθμός Εγκαταστάσεων 10,882
Τρέχουσα Έκδοση 0.1.9
Τελευταία Ενημέρωση 2018-11-01
Ημερομηνία Δημοσίευσης 2018-11-01
Αξιολόγηση 3.31/5 Συνολικά 131 Αξιολογήσεις
Προγραμματιστής Grephy
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://mybrowseraddon.com/facebook-messenger.html
Διεύθυνση URL της Σελίδας Βοήθειας http://mybrowseraddon.com/facebook-messenger.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.9",
    "manifest_version": 2,
    "short_name": "facebook-messenger",
    "name": "Messenger & Notifier for Facebook\u2122",
    "background": {
        "page": "lib\/chrome\/background.html"
    },
    "homepage_url": "http:\/\/mybrowseraddon.com\/facebook-messenger.html",
    "options_ui": {
        "chrome_style": true,
        "page": "data\/options\/options.html"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.messenger.com\/*"
    ],
    "description": "Provides an easy access to - messenger.com - and notifies you of new posts.",
    "browser_action": {
        "default_popup": "data\/popup\/popup.html",
        "default_title": "Messenger & Notifier for Facebook\u2122",
        "default_icon": {
            "16": "data\/icons\/toolbar\/16.png",
            "32": "data\/icons\/toolbar\/32.png",
            "48": "data\/icons\/toolbar\/48.png",
            "64": "data\/icons\/toolbar\/64.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.messenger.com\/*"
            ],
            "js": [
                "data\/content_script\/inject.js"
            ]
        }
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}