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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย More About Me

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}