Social Media Control

Control Facebook™ logins and sessions on the browser. Automatic sync between computers. Access monitoring and sessions duration.

Social Media Controlคืออะไร?

Social Media Control เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://navegatv.com และคุณลักษณะหลักของมันคือ "Control Facebook™ logins and sessions on the browser. Automatic sync between computers. Access monitoring and sessions duration."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Social Media Control

ดาวน์โหลดไฟล์ส่วนขยาย Social Media Control ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        It is an excellent tool for parental control, and the only one in this field which lets you monitor the Facebook™ accounts being used on the web browser.

It maintains a log of all Facebook™ login attempts and sessions. In addition, it shows the total duration of all sessions.

Data is automatically synced across all computers where you are signed in to Chrome with your Google™ account. Thus, it is possible to monitor sessions on a computer from another device.

Also, it adds a Facebook™ button on the toolbar which links to facebook.com. Hide this button if you just want the control to be made in the background.

The log is accessed from the Options page of the extension.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Social Media Control Social Media Control
ID igmpoggejbbhnlfjlblbmjndmbfpcgib
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/social-media-control/igmpoggejbbhnlfjlblbmjndmbfpcgib
คำอธิบาย Control Facebook™ logins and sessions on the browser. Automatic sync between computers. Access monitoring and sessions duration.
ขนาดไฟล์ 136 KB
จำนวนการติดตั้ง 390
เวอร์ชันปัจจุบัน 2.1.0
อัปเดตครั้งล่าสุด 2017-10-14
วันที่เผยแพร่ 2017-10-13
คะแนน 4.39/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา https://navegatv.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Social Media Control",
    "short_name": "Social Ctrl",
    "version": "2.1.0",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "author": "NavegaTV",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "utils.js",
                "main.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/fb-icon-19.png",
            "38": "images\/fb-icon-48.png"
        },
        "default_title": "Facebook"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}