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
官方網址 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"
        }
    }
}