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によって開発されたChromeの拡張機能で、その主な機能は「See additional info about members in facebook groups, and also add your own info. A small icon will apear next to their name.」です。

拡張機能のスクリーンショット

screenshot

More About Me拡張機能のCRXファイルをダウンロード

More About Me拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
            ]
        }
    ]
}