GoSocial: All Social Media

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

Apa itu GoSocial: All Social Media?

GoSocial: All Social Media adalah ekstensi Chrome yang dikembangkan oleh Naman Tiwari, dan fitur utamanya adalah "It's a simple chrome extension through which you can easily access world's most popular social networking websites .".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi GoSocial: All Social Media

Unduh file ekstensi GoSocial: All Social Media dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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 .                    

Informasi Dasar Ekstensi

Nama GoSocial: All Social Media GoSocial: All Social Media
ID ejpfmlnpbkannpdidicadfdmknpmemmh
URL Resmi https://chrome.google.com/webstore/detail/gosocial-all-social-media/ejpfmlnpbkannpdidicadfdmknpmemmh
Deskripsi It's a simple chrome extension through which you can easily access world's most popular social networking websites .
Ukuran File 620 KB
Jumlah Instalasi 842
Versi Saat Ini 2.1
Terakhir Diperbarui 2017-03-28
Tanggal Publikasi 2017-03-28
Penilaian 4.20/5 Total 5 Penilaian
Pengembang Naman Tiwari
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
    }
}