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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Social Media Control एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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