GoSocial: All Social Media

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

Hvad er GoSocial: All Social Media?

GoSocial: All Social Media er en Chrome-udvidelse udviklet af Naman Tiwari, og dens hovedfunktion er "It's a simple chrome extension through which you can easily access world's most popular social networking websites .".

Udvidelsesskærmbilleder

screenshot
screenshot

Download GoSocial: All Social Media-udvidelses-CRX-fil

Download GoSocial: All Social Media-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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 .                    

Grundlæggende oplysninger om udvidelsen

Navn GoSocial: All Social Media GoSocial: All Social Media
ID ejpfmlnpbkannpdidicadfdmknpmemmh
Officiel URL https://chrome.google.com/webstore/detail/gosocial-all-social-media/ejpfmlnpbkannpdidicadfdmknpmemmh
Beskrivelse It's a simple chrome extension through which you can easily access world's most popular social networking websites .
Filstørrelse 620 KB
Antal Installationer 842
Nuværende Version 2.1
Senest Opdateret 2017-03-28
Udgivelsesdato 2017-03-28
Bedømmelse 4.20/5 Samlet 5 Bedømmelser
Udvikler Naman Tiwari
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
    }
}