More About Me

See additional info about members in facebook groups, and also add your own info. A small icon will apear next to their name.

More About Me क्या है?

More About Me Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See additional info about members in facebook groups, and also add your own info. A small icon will apear next to their name."।

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

screenshot

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

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

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

                        If you use facebook groups and you want to see more info about each user, you can use this extension. In the next versions you'll be able to edit your info for each group separately. When you're in a group, you will see a small icon next to the name of users who also have the extension. Just put your mouse over it.
This is a Beta version, so please contact me if you have any problems or questions. [email protected]                    

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

नाम More About Me More About Me
ID cdnfbnpopdaplbhjnepdaklmciknnnom
आधिकारिक URL https://chromewebstore.google.com/detail/more-about-me/cdnfbnpopdaplbhjnepdaklmciknnnom
विवरण See additional info about members in facebook groups, and also add your own info. A small icon will apear next to their name.
फ़ाइल का आकार 84.78 KB
स्थापना संख्या 16
वर्तमान संस्करण 0.0.1.4
अंतिम अपडेट 2017-07-20
प्रकाशन तिथि 2017-07-20
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "More About Me",
    "version": "0.0.1.4",
    "description": "See additional info about members in facebook groups, and also add your own info. A small icon will apear next to their name.",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "page": "background\/index.html"
    },
    "permissions": [
        "storage",
        "https:\/\/moreaboutme.herokuapp.com\/*",
        "*:\/\/facebook.com\/groups\/*",
        "*:\/\/www.facebook.com\/groups\/*"
    ],
    "web_accessible_resources": [
        "images\/*.*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.facebook.com\/groups\/*"
            ],
            "js": [],
            "css": [
                "style.css"
            ]
        }
    ]
}