GoSocial: All Social Media

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

ما هو GoSocial: All Social Media؟

GoSocial: All Social Media هو إضافة Chrome تم تطويرها بواسطة Naman Tiwari، والميزة الرئيسية لها هي "It's a simple chrome extension through which you can easily access world's most popular social networking websites .".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة GoSocial: All Social Media

قم بتنزيل ملفات الامتداد GoSocial: All Social Media بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 .                    

معلومات أساسية عن التمديد

الاسم GoSocial: All Social Media GoSocial: All Social Media
ID ejpfmlnpbkannpdidicadfdmknpmemmh
عنوان URL الرسمي https://chrome.google.com/webstore/detail/gosocial-all-social-media/ejpfmlnpbkannpdidicadfdmknpmemmh
الوصف It's a simple chrome extension through which you can easily access world's most popular social networking websites .
حجم الملف 620 KB
عدد التثبيتات 842
النسخة الحالية 2.1
آخر تحديث 2017-03-28
تاريخ النشر 2017-03-28
تقييم 4.20/5 مجموع تقييمات 5
المطور Naman Tiwari
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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
    }
}