Chat Yolo

Free chat room with no registration or download required to use.

Co to jest Chat Yolo?

Chat Yolo to rozszerzenie Chrome opracowane przez http://www.chatyolo.com, a jego główną funkcją jest „Free chat room with no registration or download required to use.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Chat Yolo

Pobierz pliki rozszerzeń Chat Yolo w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Join our free chat room community and get the ability to have a unique username and profile pic while chatting. There is no registration or download required to use the chat room and it is open to everyone on the web.                    

Podstawowe informacje o rozszerzeniu

Nazwa Chat Yolo Chat Yolo
ID jkadblnnmacmmdcpfnilkemloopdiofn
Oficjalny URL https://chrome.google.com/webstore/detail/chat-yolo/jkadblnnmacmmdcpfnilkemloopdiofn
Opis Free chat room with no registration or download required to use.
Rozmiar pliku 7.34 KB
Liczba instalacji 110
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-12-15
Data Publikacji 2016-12-14
Deweloper http://www.chatyolo.com
Typ Płatności free
Strona Rozszerzenia https://www.chatyolo.com
Adres URL Strony Pomocy https://www.chatyolo.com/contact-us/
Adres URL Strony Polityki Prywatności https://www.chatyolo.com/privacy-policy
Obsługiwane Języki en-US
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icons\/ChatYolo.png"
    },
    "manifest_version": 2,
    "version": "1.0",
    "name": "Chat Yolo",
    "description": "Free chat room with no registration or download required to use.",
    "icons": {
        "128": "icons\/ChatYolo.png",
        "16": "icons\/ChatYolo.png",
        "48": "icons\/ChatYolo.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webNavigation",
        "webRequest",
        "webRequestBlocking"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}