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 |
电子邮箱 | [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'" } |