Socially Browse

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

ما هو Socially Browse؟

Socially Browse هو إضافة Chrome تم تطويرها بواسطة https://sociallybrowse.com، والميزة الرئيسية لها هي "Socially Browse allows comments on any webpage about the webpage. No feedback box? Want advice? Use Socially Browse!".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Socially Browse

قم بتنزيل ملفات الامتداد Socially Browse بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://sociallybrowse.com/contact
عنوان صفحة سياسة الخصوصية 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"
        }
    }
}