GoSocial: All Social Media

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

Wat is GoSocial: All Social Media?

GoSocial: All Social Media is een Chrome-extensie ontwikkeld door Naman Tiwari, en de belangrijkste functie is "It's a simple chrome extension through which you can easily access world's most popular social networking websites .".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie GoSocial: All Social Media

Download GoSocial: All Social Media-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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 .                    

Basisinformatie over de Extensie

Naam GoSocial: All Social Media GoSocial: All Social Media
ID ejpfmlnpbkannpdidicadfdmknpmemmh
Officiële URL https://chrome.google.com/webstore/detail/gosocial-all-social-media/ejpfmlnpbkannpdidicadfdmknpmemmh
Beschrijving It's a simple chrome extension through which you can easily access world's most popular social networking websites .
Bestandsgrootte 620 KB
Aantal Installaties 842
Huidige Versie 2.1
Laatst Bijgewerkt 2017-03-28
Publicatiedatum 2017-03-28
Beoordeling 4.20/5 Totaal 5 Beoordelingen
Ontwikkelaar Naman Tiwari
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
    }
}