Same Page
Live chat with people who are browsing the same content as you!
Same Page là gì?
Same Page là một tiện ích mở rộng Chrome được phát triển bởi https://yiyechat.com, và tính năng chính của nó là "Live chat with people who are browsing the same content as you!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Same Page
Tải xuống các tệp mở rộng Same Page dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bldcellajihanglphncgjmceklbibjkk |
URL Chính Thức | https://chromewebstore.google.com/detail/same-page/bldcellajihanglphncgjmceklbibjkk |
Mô tả | Live chat with people who are browsing the same content as you! |
Kích Thước Tệp | 1.27 MB |
Số Lần Cài Đặt | 2,947 |
Phiên Bản Hiện Tại | 7.1.0 |
Cập Nhật Lần Cuối | 2020-07-13 |
Ngày Phát Hành | 2020-04-08 |
Đánh Giá | 4.34/5 Tổng số 76 Đánh Giá |
Nhà Phát Triển | https://yiyechat.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://yiyechat.com/ |
URL Trang Trợ Giúp | https://yiyechat.com/ |
URL Trang Chính Sách Bảo Mật | https://app.termly.io/document/privacy-policy/df063cf8-d760-4771-8143-51199d5f0b0a |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |