Same Page

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

¿Qué es Same Page?

Same Page es una extensión de Chrome desarrollada por https://yiyechat.com, y su función principal es "Live chat with people who are browsing the same content as you!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Same Page

Descarga archivos de extensión Same Page en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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/                    

Información Básica de la Extensión

Nombre Same Page Same Page
ID bldcellajihanglphncgjmceklbibjkk
URL Oficial https://chromewebstore.google.com/detail/same-page/bldcellajihanglphncgjmceklbibjkk
Descripción Live chat with people who are browsing the same content as you!
Tamaño del Archivo 1.27 MB
Cantidad de Instalaciones 2,947
Versión Actual 7.1.0
Última Actualización 2020-07-13
Fecha de Publicación 2020-04-08
Calificación 4.34/5 Total de 76 Calificaciones
Desarrollador https://yiyechat.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://yiyechat.com/
URL de la Página de Ayuda https://yiyechat.com/
URL de la Página de Política de Privacidad https://app.termly.io/document/privacy-policy/df063cf8-d760-4771-8143-51199d5f0b0a
Idiomas Soportados 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'"
}