Same Page

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

Same Page란 무엇입니까?

Same Page은(는) https://yiyechat.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Live chat with people who are browsing the same content as you!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Same Page 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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/
도움말 페이지 URL https://yiyechat.com/
개인정보 보호 정책 페이지 URL 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'"
}