chatUp

Chat Without Limits - anywhere, anything, anyone

chatUp란 무엇입니까?

chatUp은(는) https://www.chatup.website에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chat Without Limits - anywhere, anything, anyone"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

chatUp 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        chatUp is a new chat system which allows you to discuss and share knowledge without limits.

chatUp is packed as a browser extension with a new concept that extends common mass communication (IM) across the web. chatUp provides free communication, in a way users are accustomed to, without censorship by site owners. All with an uninterrupted browsing experience.
 
You visit a Web page dedicated to the subject which interests you. With chatUp, you enter a chat room related to the topic of the page. You can talk to people, visitors to the page, even if they are not in your circle of friends.
 
- chatUp enables you to share, discuss and respond on any web page.
- chatUp enables you to discuss topics that interest you. Chat about anything you read.
- chatUp enables you to talk to people outside your circle of friends and contacts.

chatUp expands the world of social media across the Internet.                    

확장 프로그램 기본 정보

이름 chatUp chatUp
ID akhfpmobdoieialmncolefkmgbpjbehh
공식 URL https://chromewebstore.google.com/detail/chatup/akhfpmobdoieialmncolefkmgbpjbehh
설명 Chat Without Limits - anywhere, anything, anyone
파일 크기 936 KB
설치 횟수 144
현재 버전 1.1.6
최근 업데이트 2016-04-25
출시 날짜 2016-04-25
평점 3.60/5 총 5 개의 평점
개발자 https://www.chatup.website
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "chatUp",
    "description": "Chat Without Limits - anywhere, anything, anyone",
    "version": "1.1.6",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.chatupserver.com\/*"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/connect.facebook.net https:\/\/plus.google.com; object-src 'self'",
    "web_accessible_resources": [
        "index.html"
    ]
}