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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
    }
}