Same Page

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

Qu'est-ce que Same Page ?

Same Page est une extension Chrome développée par https://yiyechat.com, et sa fonction principale est "Live chat with people who are browsing the same content as you!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Same Page

Téléchargez les fichiers d'extension Same Page 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

                        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/                    

Informations de Base sur l'Extension

Nom Same Page Same Page
ID bldcellajihanglphncgjmceklbibjkk
URL Officiel https://chromewebstore.google.com/detail/same-page/bldcellajihanglphncgjmceklbibjkk
Description Live chat with people who are browsing the same content as you!
Taille du Fichier 1.27 MB
Nombre d'Installations 2,947
Version Actuelle 7.1.0
Dernière Mise à Jour 2020-07-13
Date de Publication 2020-04-08
Évaluation 4.34/5 Total 76 Évaluations
Développeur https://yiyechat.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://yiyechat.com/
URL de la Page d'Aide https://yiyechat.com/
URL de la Page de Politique de Confidentialité https://app.termly.io/document/privacy-policy/df063cf8-d760-4771-8143-51199d5f0b0a
Langues Prises en Charge 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'"
}