Same Page
Live chat with people who are browsing the same content as you!
Same Page क्या है?
Same Page https://yiyechat.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Live chat with people who are browsing the same content as you!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Same Page एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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'" } |