Social Media Control

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

Social Media Control là gì?

Social Media Control là một tiện ích mở rộng Chrome được phát triển bởi https://navegatv.com, và tính năng chính của nó là "Control Facebook™ logins and sessions on the browser. Automatic sync between computers. Access monitoring and sessions duration.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Social Media Control

Tải xuống các tệp mở rộng Social Media Control dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Social Media Control Social Media Control
ID igmpoggejbbhnlfjlblbmjndmbfpcgib
URL Chính Thức https://chromewebstore.google.com/detail/social-media-control/igmpoggejbbhnlfjlblbmjndmbfpcgib
Mô tả Control Facebook™ logins and sessions on the browser. Automatic sync between computers. Access monitoring and sessions duration.
Kích Thước Tệp 136 KB
Số Lần Cài Đặt 390
Phiên Bản Hiện Tại 2.1.0
Cập Nhật Lần Cuối 2017-10-14
Ngày Phát Hành 2017-10-13
Đánh Giá 4.39/5 Tổng số 18 Đánh Giá
Nhà Phát Triển https://navegatv.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
    }
}