Socially Browse

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

Wat is Socially Browse?

Socially Browse is een Chrome-extensie ontwikkeld door https://sociallybrowse.com, en de belangrijkste functie is "Socially Browse allows comments on any webpage about the webpage. No feedback box? Want advice? Use Socially Browse!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Socially Browse

Download Socially Browse-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Socially Browse Socially Browse
ID lfgeakkfmipabfodelikepmlgnginifh
Officiële URL https://chromewebstore.google.com/detail/socially-browse/lfgeakkfmipabfodelikepmlgnginifh
Beschrijving Socially Browse allows comments on any webpage about the webpage. No feedback box? Want advice? Use Socially Browse!
Bestandsgrootte 81.82 KB
Aantal Installaties 20
Huidige Versie 1.02
Laatst Bijgewerkt 2021-10-16
Publicatiedatum 2020-07-16
Ontwikkelaar https://sociallybrowse.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://sociallybrowse.com
Help Pagina-URL https://sociallybrowse.com/contact
URL van de Privacybeleid Pagina https://sociallybrowse.com/privacy
Ondersteunde Talen 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"
        }
    }
}