Same Page
Live chat with people who are browsing the same content as you!
Cos'è Same Page?
Same Page è un'estensione di Chrome sviluppata da https://yiyechat.com, e la sua funzione principale è "Live chat with people who are browsing the same content as you!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Same Page
Scarica i file di estensione Same Page in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/
Informazioni di Base sull'Estensione
Nome | |
ID | bldcellajihanglphncgjmceklbibjkk |
URL Ufficiale | https://chromewebstore.google.com/detail/same-page/bldcellajihanglphncgjmceklbibjkk |
Descrizione | Live chat with people who are browsing the same content as you! |
Dimensione del File | 1.27 MB |
Conteggio Installazioni | 2,947 |
Versione Corrente | 7.1.0 |
Ultimo Aggiornamento | 2020-07-13 |
Data di Pubblicazione | 2020-04-08 |
Valutazione | 4.34/5 Totale 76 Valutazioni |
Sviluppatore | https://yiyechat.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://yiyechat.com/ |
URL della Pagina di Aiuto | https://yiyechat.com/ |
URL della Pagina della Politica sulla Privacy | https://app.termly.io/document/privacy-policy/df063cf8-d760-4771-8143-51199d5f0b0a |
Lingue Supportate | 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'" } |