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
Eメール [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"
        }
    }
}