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!」です。
拡張機能のスクリーンショット
Same Page拡張機能のCRXファイルをダウンロード
Same Page拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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/
拡張機能の基本情報
名前 | |
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 |
Eメール | [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'" } |