chatUp

Chat Without Limits - anywhere, anything, anyone

chatUp क्या है?

chatUp https://www.chatup.website द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chat Without Limits - anywhere, anything, anyone"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में chatUp एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}