Socially Browse

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

Qu'est-ce que Socially Browse ?

Socially Browse est une extension Chrome développée par https://sociallybrowse.com, et sa fonction principale est "Socially Browse allows comments on any webpage about the webpage. No feedback box? Want advice? Use Socially Browse!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Socially Browse

Téléchargez les fichiers d'extension Socially Browse au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Socially Browse Socially Browse
ID lfgeakkfmipabfodelikepmlgnginifh
URL Officiel https://chromewebstore.google.com/detail/socially-browse/lfgeakkfmipabfodelikepmlgnginifh
Description Socially Browse allows comments on any webpage about the webpage. No feedback box? Want advice? Use Socially Browse!
Taille du Fichier 81.82 KB
Nombre d'Installations 20
Version Actuelle 1.02
Dernière Mise à Jour 2021-10-16
Date de Publication 2020-07-16
Développeur https://sociallybrowse.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://sociallybrowse.com
URL de la Page d'Aide https://sociallybrowse.com/contact
URL de la Page de Politique de Confidentialité https://sociallybrowse.com/privacy
Langues Prises en Charge 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"
        }
    }
}