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 |
官方網址 | 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'" } |