Simple Notifications for Facebook

Gives you a red bordred notification even with the social media platform Facebook is pinned.

Simple Notifications for Facebook क्या है?

Simple Notifications for Facebook TheMercDeadpool द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gives you a red bordred notification even with the social media platform Facebook is pinned."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Simple Notifications for Facebook एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        *** I had to remove the actual website's name because they had this extension removed for using their name. Sorry for any inconvenience***

Adds red bordered notification around Facebook's icon whenever you have a message or notification.
This will display whether the Facebook tab is pinned or not.

I created this extension because there was no way to see if I got a message or notification because my Facebook tab is always pinned.

You will enjoy this if you are like me and would like an easier way to see the Facebook notifications.

*Please let me know if there are any issues!*

1.2 - Optimization with jQuery
1.3/4 - Updated manifest to make sure it includes all the Facebook URLs
1.7 - Changed words back to Facebook with new understanding of how I can use their name                    

एक्सटेंशन की मूल जानकारी

नाम Simple Notifications for Facebook Simple Notifications for Facebook
ID kanogidkhohnbbkgchnonlhghfmogahm
आधिकारिक URL https://chromewebstore.google.com/detail/simple-notifications-for/kanogidkhohnbbkgchnonlhghfmogahm
विवरण Gives you a red bordred notification even with the social media platform Facebook is pinned.
फ़ाइल का आकार 36.24 KB
स्थापना संख्या 121
वर्तमान संस्करण 1.7
अंतिम अपडेट 2017-11-24
प्रकाशन तिथि 2017-11-23
रेटिंग 4.33/5 कुल 12 रेटिंग्स
डेवलपर TheMercDeadpool
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Notifications for Facebook",
    "description": "Gives you a red bordred notification even with the social media platform Facebook is pinned.",
    "version": "1.7",
    "author": "Brian Dawson",
    "permissions": [
        "*:\/\/*.facebook.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/facebook.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icon2.ico"
    ],
    "icons": {
        "16": "icon2.png",
        "48": "icon2.png",
        "128": "icon2.png"
    }
}