GoSocial: All Social Media

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

Vad är GoSocial: All Social Media?

GoSocial: All Social Media är en Chrome-tillägg utvecklad av Naman Tiwari, och dess huvudfunktion är "It's a simple chrome extension through which you can easily access world's most popular social networking websites .".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner GoSocial: All Social Media-förlängningens CRX-fil

Ladda ner GoSocial: All Social Media-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn GoSocial: All Social Media GoSocial: All Social Media
ID ejpfmlnpbkannpdidicadfdmknpmemmh
Officiell webbadress https://chrome.google.com/webstore/detail/gosocial-all-social-media/ejpfmlnpbkannpdidicadfdmknpmemmh
Beskrivning It's a simple chrome extension through which you can easily access world's most popular social networking websites .
Filstorlek 620 KB
Antal Installationer 842
Aktuell Version 2.1
Senast Uppdaterad 2017-03-28
Publiceringsdatum 2017-03-28
Betyg 4.20/5 Totalt 5 Betyg
Utvecklare Naman Tiwari
E-post [email protected]
Betalningssätt free
Stödda Språk 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
    }
}