Get Social

All Your Favorite Social Accounts In One Tab!

What is Get Social?

Get Social is a Chrome extension developed by Mediastinct, and its main feature is "All Your Favorite Social Accounts In One Tab!".

Extension Screenshots

screenshot

Download Get Social Extension CRX File

Download Get Social extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Get Social keeps your favorite social messengers in one place. Stay connected and manage your accounts more efficiently from the comfort of this browser extension. From WhatsApp to YouTube, access your it all in one place with ease along with a search box to browse the internet.

How to get started:
Get Social is a browser extension which is integrated into Chrome to provide users access your social media accounts in one place. The new tab extension is easy to use and user-friendly and once the it is added to Chrome, users need to login to their accounts as per the Terms stated by the respective apps to stay connected and chat away! To browse the internet, add text in the search box.
Note: This extension does not store or share any personal information, financial details, or authentication permissions.

Features:
Safe and secure access to WhatsApp, Pinterest, YouTube and more
Customized web search powered by Bing.com
Ease of navigation between apps
Completely free to use

Permissions
It  needs permission to allow a new tab to display the Get Social extension with the features including access to messenger apps and  customised search. This extension does NOT ask for your login or password.

Uninstallation:
To uninstall the "Get Social" extension in Chrome, go to chrome://extensions/ and locate "Get Social", click on the Remove option and you will be prompted with a pop up "Remove Get Social?", click the Remove button and the extension will get uninstalled.

By clicking "Add to Chrome", I accept and agree to install the "Get Social" extension and hereby agree to set Chrome New Tab to that provided by the service and the Privacy Policy and Terms of Use.

Please refer to our Privacy Policy (https://mediastinct.com/privacy-policy/) and Terms of Use (https://mediastinct.com/terms-conditions/) or contact us at [email protected] for any queries.

Disclaimer: Get Social is not a part of any of the applications or messengers added in this extension including WhatsApp, Facebook, Instagram,YouTube and the others. It is an unofficial app (browser add-on) and an independent project, and functions only as a toolbar extension that has been created to ensure that messenger services and the search box can be accessed and used at ease. Please, refer to our Privacy Policy for more details on the purpose and methods of our handling user data. 
The search engine on the new tab will change to Bing.com once downloaded.                    

Extension Basic Information

Name Get Social Get Social
ID enkdoeliknnjpkhaggjllpjmmmfpeehi
Official URL https://chromewebstore.google.com/detail/get-social/enkdoeliknnjpkhaggjllpjmmmfpeehi
Description All Your Favorite Social Accounts In One Tab!
File Size 191 KB
Installation Count 22
Current Version 1.3
Last Updated 2021-03-19
Publish Date 2020-09-27
Developer Mediastinct
Email [email protected]
Payment Type free
Privacy Policy Page URL https://mediastinct.com/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Get Social",
    "description": "All Your Favorite Social Accounts In One Tab!",
    "version": "1.3",
    "icons": {
        "128": "templates\/icons\/favsocial.png"
    },
    "author": "[email protected]",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "templates\/index.html"
    },
    "browser_action": {
        "default_title": "Get Social",
        "default_icon": "templates\/icons\/Get-Social-favicon.png"
    },
    "permissions": [
        "background",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*",
        "*:\/\/*\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cse.google.com https:\/\/www.google.com ; object-src 'self'"
}