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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}