GoSocial: All Social Media

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

Was ist GoSocial: All Social Media?

GoSocial: All Social Media ist eine Chrome-Erweiterung, die von Naman Tiwari entwickelt wurde, und ihr Hauptmerkmal ist "It's a simple chrome extension through which you can easily access world's most popular social networking websites .".

Erweiterungsscreenshots

screenshot
screenshot

GoSocial: All Social Media-Erweiterungs-CRX-Datei herunterladen

Laden Sie GoSocial: All Social Media-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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 .                    

Grundlegende Informationen zur Erweiterung

Name GoSocial: All Social Media GoSocial: All Social Media
ID ejpfmlnpbkannpdidicadfdmknpmemmh
Offizielle URL https://chrome.google.com/webstore/detail/gosocial-all-social-media/ejpfmlnpbkannpdidicadfdmknpmemmh
Beschreibung It's a simple chrome extension through which you can easily access world's most popular social networking websites .
Dateigröße 620 KB
Installationsanzahl 842
Aktuelle Version 2.1
Letztes Update 2017-03-28
Veröffentlichungsdatum 2017-03-28
Bewertung 4.20/5 Insgesamt 5 Bewertungen
Entwickler Naman Tiwari
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
    }
}