GoSocial: All Social Media

It's a simple chrome extension through which you can easily access world's most popular social networking websites .

What is GoSocial: All Social Media?

GoSocial: All Social Media is a Chrome extension developed by Naman Tiwari, and its main feature is "It's a simple chrome extension through which you can easily access world's most popular social networking websites .".

Extension Screenshots

screenshot
screenshot

Download GoSocial: All Social Media Extension CRX File

Download GoSocial: All Social Media 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

                        Through GoSocial you can easily access world's leading social networking platforms .

Just click on the desired platform logo and browse their site without typing it's name on your search engine .

It's simple and easy to use .                    

Extension Basic Information

Name GoSocial: All Social Media GoSocial: All Social Media
ID ejpfmlnpbkannpdidicadfdmknpmemmh
Official URL https://chrome.google.com/webstore/detail/gosocial-all-social-media/ejpfmlnpbkannpdidicadfdmknpmemmh
Description It's a simple chrome extension through which you can easily access world's most popular social networking websites .
File Size 620 KB
Installation Count 842
Current Version 2.1
Last Updated 2017-03-28
Publish Date 2017-03-28
Rating 4.20/5 Total 5 Ratings
Developer Naman Tiwari
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GoSocial: All Social Media",
    "description": "It's a simple chrome extension through which you can easily access world's most popular social networking websites .",
    "version": "2.1",
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}