GoSocial: All Social Media

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

Qu'est-ce que GoSocial: All Social Media ?

GoSocial: All Social Media est une extension Chrome développée par Naman Tiwari, et sa fonction principale est "It's a simple chrome extension through which you can easily access world's most popular social networking websites .".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension GoSocial: All Social Media

Téléchargez les fichiers d'extension GoSocial: All Social Media au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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 .                    

Informations de Base sur l'Extension

Nom GoSocial: All Social Media GoSocial: All Social Media
ID ejpfmlnpbkannpdidicadfdmknpmemmh
URL Officiel 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 .
Taille du Fichier 620 KB
Nombre d'Installations 842
Version Actuelle 2.1
Dernière Mise à Jour 2017-03-28
Date de Publication 2017-03-28
Évaluation 4.20/5 Total 5 Évaluations
Développeur Naman Tiwari
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
    }
}