GoSocial: All Social Media

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

Cos'è GoSocial: All Social Media?

GoSocial: All Social Media è un'estensione di Chrome sviluppata da Naman Tiwari, e la sua funzione principale è "It's a simple chrome extension through which you can easily access world's most popular social networking websites .".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione GoSocial: All Social Media

Scarica i file di estensione GoSocial: All Social Media in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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 .                    

Informazioni di Base sull'Estensione

Nome GoSocial: All Social Media GoSocial: All Social Media
ID ejpfmlnpbkannpdidicadfdmknpmemmh
URL Ufficiale https://chrome.google.com/webstore/detail/gosocial-all-social-media/ejpfmlnpbkannpdidicadfdmknpmemmh
Descrizione It's a simple chrome extension through which you can easily access world's most popular social networking websites .
Dimensione del File 620 KB
Conteggio Installazioni 842
Versione Corrente 2.1
Ultimo Aggiornamento 2017-03-28
Data di Pubblicazione 2017-03-28
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore Naman Tiwari
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
    }
}