Same Page

Live chat with people who are browsing the same content as you!

ما هو Same Page؟

Same Page هو إضافة Chrome تم تطويرها بواسطة https://yiyechat.com، والميزة الرئيسية لها هي "Live chat with people who are browsing the same content as you!".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Same Page

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

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

                        Same page adds a simple and elegant chat box so that you can chat with anyone who is browsing similar content as you. You can chat with each other and make new friends! 

This is an open source project, please feel free to contribute at - https://github.com/Same-Page/                    

معلومات أساسية عن التمديد

الاسم Same Page Same Page
ID bldcellajihanglphncgjmceklbibjkk
عنوان URL الرسمي https://chromewebstore.google.com/detail/same-page/bldcellajihanglphncgjmceklbibjkk
الوصف Live chat with people who are browsing the same content as you!
حجم الملف 1.27 MB
عدد التثبيتات 2,947
النسخة الحالية 7.1.0
آخر تحديث 2020-07-13
تاريخ النشر 2020-04-08
تقييم 4.34/5 مجموع تقييمات 76
المطور https://yiyechat.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://yiyechat.com/
عنوان صفحة المساعدة https://yiyechat.com/
عنوان صفحة سياسة الخصوصية https://app.termly.io/document/privacy-policy/df063cf8-d760-4771-8143-51199d5f0b0a
اللغات المدعومة en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "7.1.0",
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content-static\/js\/main.js"
            ],
            "css": [
                "content-static\/css\/main.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_title": "__MSG_appName__",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "build\/*"
    ],
    "content_security_policy": "script-src 'self' 'sha256-fuJ0YFwfCsf42DQUire7XE82osbXv1H37C2T0R3OL7Y='; object-src 'self'"
}