Socially Browse

Socially Browse allows comments on any webpage about the webpage. No feedback box? Want advice? Use Socially Browse!

什么是Socially Browse?

Socially Browse是由https://sociallybrowse.com开发的Chrome扩展程序,该扩展的主要功能是“Socially Browse allows comments on any webpage about the webpage. No feedback box? Want advice? Use Socially Browse!”。

扩展截图

screenshot
screenshot

下载Socially Browse扩展crx文件

下载Socially Browse扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Socially Browse allows you to comment and chat on any webpage. The comments are relative to the current website URL you are visiting. No feedback box on a page? Comment on Socially Browse!                    

扩展基本信息

名称 Socially Browse Socially Browse
ID lfgeakkfmipabfodelikepmlgnginifh
官方URL https://chromewebstore.google.com/detail/socially-browse/lfgeakkfmipabfodelikepmlgnginifh
简介 Socially Browse allows comments on any webpage about the webpage. No feedback box? Want advice? Use Socially Browse!
文件大小 81.82 KB
安装次数 20
当前版本 1.02
更新时间 2021-10-16
上架时间 2020-07-16
开发者 https://sociallybrowse.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://sociallybrowse.com
帮助页面URL https://sociallybrowse.com/contact
隐私政策页面URL https://sociallybrowse.com/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Socially Browse",
    "version": "1.02",
    "description": "Socially Browse allows comments on any webpage about the webpage. No feedback box? Want advice? Use Socially Browse!",
    "background": {
        "scripts": [
            "jquery.js",
            "backgroundScript.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/sociallybrowse.com\/*; object-src 'self'",
    "permissions": [
        "tabs",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "contentScript.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_title": "Socially Browse",
        "default_popup": "popup.html",
        "default_icon": {
            "32": "socially_browse.png"
        }
    }
}