Notifier for Facebook™
Shows number of unread messages on Facebook Messenger, friend requests, notifications.
Notifier for Facebook™ क्या है?
Notifier for Facebook™ http://extpose.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows number of unread messages on Facebook Messenger, friend requests, notifications."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Notifier for Facebook™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Don't miss new messages, friend requests and notifications from Facebook and Facebook Messenger while browsing the web. ✓ Unread messages in Facebook Messenger 📧 ✓ Facebook Friend requests 👨 ✓ Notifications 🔔 ✓ Shows number of unread notifications in tooltip ①② Note: - You should be logged in on Facebook to make the extension work properly. - The extension doesn't store and transfer your data from Facebook. Permission for facebook.com is required to show unseen notifications Facebook™ is a trademark of Facebook Inc., registered in the U.S. and other countries. This is an independent project developed by me and has no relationship to Facebook™ or Facebook Inc.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ocgmcodaanlenepilchadlnabakhgaoi |
आधिकारिक URL | https://chrome.google.com/webstore/detail/notifier-for-facebook/ocgmcodaanlenepilchadlnabakhgaoi |
विवरण | Shows number of unread messages on Facebook Messenger, friend requests, notifications. |
फ़ाइल का आकार | 13.9 KB |
स्थापना संख्या | 1,384 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2021-12-12 |
प्रकाशन तिथि | 2020-08-28 |
रेटिंग | 3.67/5 कुल 15 रेटिंग्स |
डेवलपर | http://extpose.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://docs.google.com/document/d/e/2PACX-1vRo7pRGkrPkeucDrEMpUVuhPeiPEhxy9h55kQTXQuXpfdWSAhHdFqjohyl68d_Aa2AYPmkKoDq1ZNWn/pub |
समर्थित भाषाएँ | en,en-GB,en-US,tr,es,es-419,ru,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.1.0", "icons": { "16": "logo16.png", "48": "logo48.png", "64": "logo64.png", "128": "logo128.png" }, "permissions": [ "https:\/\/*.facebook.com\/", "alarms" ], "minimum_chrome_version": "22", "browser_action": { "default_icon": "logo32.png", "default_title": "(no data)" }, "background": { "scripts": [ "background-update.js" ], "persistent": false } } |