Dropchat
Anonymously chat and leave comments on any web page.
Dropchat란 무엇입니까?
Dropchat은(는) http://dropchat.cloudapp.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Anonymously chat and leave comments on any web page."입니다.
확장 프로그램 스크린샷
Dropchat 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Dropchat is a simple chat app where the chat room is the URL your browser is currently pointing to. Use Dropchat to have conversations with others viewing the same web content as you. Dropchat is great for discussing news articles or YouTube videos in real time or you can leave comments to be viewed and discussed later. Chat on Facebook music, sports, and movie fan pages with people who aren't your Facebook friends. Use it to find and discuss items on ebay and craigslist or just to chat about the local weather. Simply click the Dropchat button in the top right of Chrome to open the chat/comment window for the current page. If you want to open the chat window as a popup instead of using the Dropchat button you can right click any page and click the Dropchat context menu item.
확장 프로그램 기본 정보
이름 | |
ID | eaejhpdjaoedfbbnajilifkhdngdgbno |
공식 URL | https://chrome.google.com/webstore/detail/dropchat/eaejhpdjaoedfbbnajilifkhdngdgbno |
설명 | Anonymously chat and leave comments on any web page. |
파일 크기 | 679 KB |
설치 횟수 | 87 |
현재 버전 | 2.2.1 |
최근 업데이트 | 2018-10-29 |
출시 날짜 | 2018-10-29 |
평점 | 4.71/5 총 7 개의 평점 |
개발자 | http://dropchat.cloudapp.net |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dropchat", "description": "Anonymously chat and leave comments on any web page.", "version": "2.2.1", "options_page": "options.html", "background": { "scripts": [ ".\/scripts\/socket.io-client\/socket.io.js", ".\/scripts\/background.js" ], "persistent": true }, "icons": { "16": ".\/img\/icon16.png", "19": ".\/img\/icon19.png", "32": ".\/img\/icon32.png", "48": ".\/img\/icon48.png", "64": ".\/img\/icon64.png", "128": ".\/img\/icon128.png" }, "browser_action": { "default_icon": ".\/img\/icon19.png", "default_popup": "popup.html" }, "permissions": [ "storage", "tabs", "activeTab", "contextMenus" ], "homepage_url": "http:\/\/dropchat.cloudapp.net", "content_security_policy": "script-src 'self' https:\/\/adsbypf.com https:\/\/dropchat.disqus.com\/embed.js https:\/\/a.disquscdn.com\/embed.js; object-src 'self'" } |