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 là gì?

GoSocial: All Social Media là một tiện ích mở rộng Chrome được phát triển bởi Naman Tiwari, và tính năng chính của nó là "It's a simple chrome extension through which you can easily access world's most popular social networking websites .".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng GoSocial: All Social Media

Tải xuống các tệp mở rộng GoSocial: All Social Media dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 .                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GoSocial: All Social Media GoSocial: All Social Media
ID ejpfmlnpbkannpdidicadfdmknpmemmh
URL Chính Thức https://chrome.google.com/webstore/detail/gosocial-all-social-media/ejpfmlnpbkannpdidicadfdmknpmemmh
Mô tả It's a simple chrome extension through which you can easily access world's most popular social networking websites .
Kích Thước Tệp 620 KB
Số Lần Cài Đặt 842
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2017-03-28
Ngày Phát Hành 2017-03-28
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Naman Tiwari
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
    }
}