Same Page
Live chat with people who are browsing the same content as you!
Co to jest Same Page?
Same Page to rozszerzenie Chrome opracowane przez https://yiyechat.com, a jego główną funkcją jest „Live chat with people who are browsing the same content as you!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Same Page
Pobierz pliki rozszerzeń Same Page w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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/
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bldcellajihanglphncgjmceklbibjkk |
Oficjalny URL | https://chromewebstore.google.com/detail/same-page/bldcellajihanglphncgjmceklbibjkk |
Opis | Live chat with people who are browsing the same content as you! |
Rozmiar pliku | 1.27 MB |
Liczba instalacji | 2,947 |
Aktualna Wersja | 7.1.0 |
Ostatnia Aktualizacja | 2020-07-13 |
Data Publikacji | 2020-04-08 |
Ocena | 4.34/5 Łącznie 76 Oceny |
Deweloper | https://yiyechat.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://yiyechat.com/ |
Adres URL Strony Pomocy | https://yiyechat.com/ |
Adres URL Strony Polityki Prywatności | https://app.termly.io/document/privacy-policy/df063cf8-d760-4771-8143-51199d5f0b0a |
Obsługiwane Języki | 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'" } |