Better Social: Get Facebook Alerts & Fonts

Receive your Facebook notifications instantly in your browser, beautify your Facebook posts, play with status sizes and more.

Better Social: Get Facebook Alerts & Fonts क्या है?

Better Social: Get Facebook Alerts & Fonts https://stephanekouadio.blogspot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Receive your Facebook notifications instantly in your browser, beautify your Facebook posts, play with status sizes and more."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Better Social: Get Facebook Alerts & Fonts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Better Social (former Facefont) improves your daily use of Facebook. Customize the font of your Facebook posts, get instantly notified in your browser when a new notification arrives on Facebook, and more.                    

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

नाम Better Social: Get Facebook Alerts & Fonts Better Social: Get Facebook Alerts & Fonts
ID lodnfcjkieajnelomlbdgbghgbbicflg
आधिकारिक URL https://chromewebstore.google.com/detail/better-social-get-faceboo/lodnfcjkieajnelomlbdgbghgbbicflg
विवरण Receive your Facebook notifications instantly in your browser, beautify your Facebook posts, play with status sizes and more.
फ़ाइल का आकार 344 KB
स्थापना संख्या 472
वर्तमान संस्करण 10.0.2
अंतिम अपडेट 2020-12-26
प्रकाशन तिथि 2020-03-10
रेटिंग 4.26/5 कुल 19 रेटिंग्स
डेवलपर https://stephanekouadio.blogspot.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://stephanekouadio.blogspot.fr/p/facefont.html
सहायता पृष्ठ URL http://stephanekouadio.blogspot.fr/p/facefont.html
समर्थित भाषाएँ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_extension_brief_description__",
    "version": "10.0.2",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-32.png"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extension_full_name__",
    "permissions": [
        "notifications",
        "tabs",
        "https:\/\/*.facebook.com\/*"
    ],
    "default_locale": "en",
    "web_accessible_resources": [
        "*.js",
        "*.css"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "facefont_cs.bundle.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}